Class FormCaptionBorderPrimitive
Inheritance
System.Object
FormCaptionBorderPrimitive
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 FormCaptionBorderPrimitive : BasePrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive
Constructors
FormCaptionBorderPrimitive()
Declaration
protected FormCaptionBorderPrimitive()
Fields
BorderColorProperty
BorderColorProperty1
ownerControl
Declaration
protected Control ownerControl
Field Value
System.Windows.Forms.Control
|
ShadowColorProperty
Properties
BorderColor
Gets or sets the color of the form's first broder.
Declaration
public Color BorderColor { get; set; }
Property Value
System.Drawing.Color
|
BorderColor1
Gets or sets the color of the form's second broder.
Declaration
public Color BorderColor1 { get; set; }
Property Value
System.Drawing.Color
|
ShadowColor
Gets or sets the color of the form's client area shadow.
Declaration
public Color ShadowColor { get; set; }
Property Value
System.Drawing.Color
|
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
OnCaptionFillPropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected virtual void OnCaptionFillPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
|
System.ComponentModel.PropertyChangedEventArgs
e
|
OnParentChanged(RadElement)
Declaration
protected override void OnParentChanged(RadElement previousParent)
Parameters
RadElement
previousParent
|
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
|