Class FormCaptionFillPrimitive
Inheritance
System.Object
FormCaptionFillPrimitive
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.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class FormCaptionFillPrimitive : FillPrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive, IFillElement, IPrimitiveElement, IShapedElement
Constructors
FormCaptionFillPrimitive()
Declaration
protected FormCaptionFillPrimitive()
Methods
CanScaleTransform(RadFormControlBase)
Declaration
protected abstract bool CanScaleTransform(RadFormControlBase form)
Parameters
RadFormControlBase
form
|
Returns
System.Boolean
|
GetFormCaptionControl()
Declaration
protected abstract Control GetFormCaptionControl()
Returns
System.Windows.Forms.Control
|
GetOwnerForm(Control)
Declaration
protected abstract RadFormControlBase GetOwnerForm(Control control)
Parameters
System.Windows.Forms.Control
control
|
Returns
RadFormControlBase
|
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
|