Interface IOfficeInkBrush
Represents the brush settings used to render ink strokes in Office documents.
Namespace: Syncfusion.Office
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public interface IOfficeInkBrush
Properties
Color
Gets or sets the color of the ink stroke.
Declaration
Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color | A System.Drawing.Color value that defines the color applied to the ink trace. |
InkEffect
Gets or sets the visual effect applied to the ink stroke.
Declaration
OfficeInkEffectType InkEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| OfficeInkEffectType | An OfficeInkEffectType value that determines the rendering style or special effect of the ink, such as pencil, marker, etc. |
Size
Gets or sets the size of the ink stroke.
Declaration
SizeF Size { get; set; }
Property Value
| Type | Description |
|---|---|
| SizeF | A System.Drawing.SizeF value that specifies the thickness or dimensions of the ink brush. |