Class GripPrimitive
Inheritance
System.Object
GripPrimitive
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public class GripPrimitive : BasePrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive
Constructors
GripPrimitive()
Declaration
public GripPrimitive()
Fields
BackColor2Property
NumberOfDotsProperty
Properties
BackColor2
Declaration
[RadPropertyDefaultValue("BackColor2", typeof(GripPrimitive))]
public virtual Color BackColor2 { get; set; }
Property Value
System.Drawing.Color
|
NumberOfDots
Declaration
public virtual int NumberOfDots { get; set; }
Property Value
System.Int32
|
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()
PaintPrimitive(IGraphics, Single, SizeF)
Declaration
public override void PaintPrimitive(IGraphics g, float angle, SizeF scale)
Parameters
IGraphics
g
|
System.Single
angle
|
System.Drawing.SizeF
scale
|