CalloutShapeSettings
A class that defines settings for the CalloutElementShape
Definition
Namespace:Telerik.WinControls.UI.Callout
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class CalloutShapeSettings : INotifyPropertyChanged
Inheritance: objectCalloutShapeSettings
Implements:
Constructors
Initializes a new instance of the CalloutShapeSettings class.
public CalloutShapeSettings()
Properties
Gets or sets the offset of the arrow anchor point.
public virtual Point ArrowAnchorPointOffset { get; set; }
Gets or sets the direction of the arrow of the callout.
public virtual ArrowDirection ArrowDirection { get; set; }
Gets or sets the length of the arrow of the callout.
public virtual int ArrowHeight { get; set; }
Gets or sets the size of the arrow of the callout.
public virtual Size ArrowSize { get; set; }
Gets or sets the type of the arrow of the callout.
public virtual CalloutArrowType ArrowType { get; set; }
Gets or sets the width of the arrow of the callout.
public virtual int ArrowWidth { get; set; }
Gets or sets the type of the shape of the callout.
public virtual CalloutType CalloutType { get; set; }
Gets or sets the size of the arrow of the callout. It is used when CalloutType is RoundedRectangle.
public virtual int CornerRadius { get; set; }
Methods
Events
An event that is raised when a property is changed.
public event PropertyChangedEventHandler PropertyChanged
Implements: