PaintShapeEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PaintShapeEventArgs : EventArgs
Inheritance: objectEventArgsPaintShapeEventArgs
Inherited Members
Constructors
Fields
Properties
The border color selected from the DrawShape diaolog.
C#
public Color BorderColor { get; }
The border thickness selected from the DrawShape diaolog.
C#
public int BorderThickness { get; }
The fill color selected from the DrawShape diaolog.
C#
public Color FillColor { get; }
The original shape path.
C#
public GraphicsPath OriginalPath { get; }