Class OverflowPrimitive
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public class OverflowPrimitive : BasePrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive
Constructors
OverflowPrimitive(ArrowDirection)
Initializes a new instance of the ArrowPrimitive class using the ArrowDirection enumeration. Possible directions are up, bottom, left, and right.
Declaration
public OverflowPrimitive(ArrowDirection arrowDirection)
Parameters
ArrowDirection
arrowDirection
|
Fields
ArrowDirectionProperty
DrawArrowProperty
MinHorizontalSize
Declaration
public static readonly Size MinHorizontalSize
Field Value
System.Drawing.Size
|
MinVerticalSize
Declaration
public static readonly Size MinVerticalSize
Field Value
System.Drawing.Size
|
ShadowColorProperty
Properties
Direction
Gets or sets the arrow direction. The possible values are contained in the ArrowDirection enumeration: up, left, right, and bottom.
Declaration
[RadPropertyDefaultValue("ArrowDirection", typeof(OverflowPrimitive))]
public ArrowDirection Direction { get; set; }
Property Value
ArrowDirection
|
DrawArrow
Declaration
[RadPropertyDefaultValue("DrawArrow", typeof(OverflowPrimitive))]
public bool DrawArrow { get; set; }
Property Value
System.Boolean
|
ShadowColor
Declaration
[RadPropertyDefaultValue("ShadowColor", typeof(OverflowPrimitive))]
public Color ShadowColor { get; set; }
Property Value
System.Drawing.Color
|
StretchHorizontally
Declaration
public override bool StretchHorizontally { get; set; }
Property Value
System.Boolean
|
Overrides
StretchVertically
Declaration
public override bool StretchVertically { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
InitializeFields()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
PaintPrimitive(IGraphics, Single, SizeF)
Declaration
public override void PaintPrimitive(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|