PathVisualAppearance¶
Namespace: O2S.Components.PDF4NET.View
Defines the visual appearance for a drawn path.
Inheritance Object → PathVisualAppearance
Constructors¶
PathVisualAppearance()¶
Initializes a new PathVisualAppearance object.
PathVisualAppearance(Pen, SolidColorBrush)¶
Initializes a new PathVisualAppearance object.
Parameters
outline Pen
Pen for stroking the path outline.
fill SolidColorBrush
Brush for filling the path interior.
Properties¶
Fill¶
Gets or sets the brush used to fill the rectangle interior.
Property Value
SolidColorBrush
A object used to fill the rectangle interior.
Outline¶
Gets or sets the pen used to draw the rectangle outline.
Property Value
Pen
A object used to draw the rectangle outline.