GraphicContextStrokeBrush Property |
Sets or gets the brush object that is used for stroked paths.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public virtual IBrush StrokeBrush { get; set; }
Public Overridable Property StrokeBrush As IBrush
Get
Set
public:
virtual property IBrush^ StrokeBrush {
IBrush^ get ();
void set (IBrush^ value);
}
abstract StrokeBrush : IBrush with get, set
override StrokeBrush : IBrush with get, set
Property Value
Type:
IBrushSee Also