Class FormImageBorderPrimitive
A class that represents a border for a Form which is built by images.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FormImageBorderPrimitive : BasePrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive
Constructors
FormImageBorderPrimitive()
Declaration
public FormImageBorderPrimitive()
Fields
BottomLeftCornerProperty
BottomRightCornerProperty
BottomTextureProperty
LeftTextureProperty
RightTextureProperty
TopLeftEndProperty
TopRightEndProperty
Properties
BorderThickness
Declaration
public override Padding BorderThickness { get; set; }
Property Value
System.Windows.Forms.Padding
|
Overrides
BorderWidth
Gets a Padding object that represents the left, top, right and bottom width of the border.
Declaration
public Padding BorderWidth { get; }
Property Value
System.Windows.Forms.Padding
|
BottomLeftCorner
Gets or sets the image for the bottom left border corner.
Declaration
public Image BottomLeftCorner { get; set; }
Property Value
System.Drawing.Image
|
BottomRightCorner
Gets or sets the image for the bottom right border corner.
Declaration
public Image BottomRightCorner { get; set; }
Property Value
System.Drawing.Image
|
BottomTexture
Gets or sets the texture for the bottom image border.
Declaration
public Image BottomTexture { get; set; }
Property Value
System.Drawing.Image
|
LeftTexture
Gets or sets the texture for the left image border.
Declaration
public Image LeftTexture { get; set; }
Property Value
System.Drawing.Image
|
RightTexture
Gets or sets the texture for the right image border.
Declaration
public Image RightTexture { get; set; }
Property Value
System.Drawing.Image
|
TopLeftEnd
Gets or sets the left Image which represents the transition between the image border and the title bar element.
Declaration
public Image TopLeftEnd { get; set; }
Property Value
System.Drawing.Image
|
TopRightEnd
Gets or sets the right Image which represents the transition between the image border and the title bar element.
Declaration
public Image TopRightEnd { get; set; }
Property Value
System.Drawing.Image
|
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
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
|