Class RadioPrimitive
Represents a check box primitive that is drawn on the screen.
Inheritance
System.Object
RadioPrimitive
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 RadioPrimitive : FillPrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive, IFillElement, IPrimitiveElement, IShapedElement
Constructors
RadioPrimitive()
Declaration
public RadioPrimitive()
Fields
UseParentShapeProperty
Properties
UseParentShape
Declaration
[RadPropertyDefaultValue("UseParentShape", typeof(RadioPrimitive))]
public bool UseParentShape { get; set; }
Property Value
System.Boolean
|
Methods
CheckForValidParameters()
Declaration
protected virtual bool CheckForValidParameters()
Returns
System.Boolean
|
CreatePath(Rectangle)
Declaration
protected virtual GraphicsPath CreatePath(Rectangle rect)
Parameters
System.Drawing.Rectangle
rect
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|
GetClientRect()
Declaration
protected virtual Rectangle GetClientRect()
Returns
System.Drawing.Rectangle
|
InitializeFields()
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
|
Overrides
PaintPrimitiveCore(IGraphics, Rectangle, Color[], Single[], GraphicsPath)
Declaration
protected virtual void PaintPrimitiveCore(IGraphics g, Rectangle rect, Color[] colorStops, float[] colorOffsets, GraphicsPath graphPath)
Parameters
IGraphics
g
|
System.Drawing.Rectangle
rect
|
System.Drawing.Color[]
colorStops
|
System.Single[]
colorOffsets
|
System.Drawing.Drawing2D.GraphicsPath
graphPath
|