Class FramePainter
The FramePainter class provides the data (Brush, Color, Opacity, Painter Type and Painter).
Inheritance
System.Object
FramePainter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class FramePainter
Constructors
FramePainter()
Constructor of the FramePainter.
Declaration
public FramePainter()
Properties
Brush
Gets/Sets the Brush.
Declaration
public Brush Brush { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
Color
Gets/Sets the Color.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Opacity
Gets/Sets the Opacity.
Declaration
public float Opacity { get; set; }
Property Value
Type |
---|
System.Single |
Painter
Gets/Sets the Painter.
Declaration
public IFrameBorderPainter Painter { get; set; }
Property Value
Type |
---|
IFrameBorderPainter |
PainterType
Gets/Sets the PainterType.
Declaration
public PainterType PainterType { get; set; }
Property Value
Type |
---|
PainterType |