Interface IPALCanvasPen
Inherited Members
System.IDisposable.Dispose()
Namespace: Azos.Platform.Abstraction.Graphics
Assembly: Azos.dll
Syntax
public interface IPALCanvasPen : IPALCanvasAsset, IDisposable
Properties
Color
Declaration
Color Color { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
DashStyle
Declaration
PenDashStyle DashStyle { get; }
Property Value
Type | Description |
---|---|
PenDashStyle |
Width
Declaration
float Width { get; }
Property Value
Type | Description |
---|---|
System.Single |