Skip to content

PathVisualAppearance

Namespace: O2S.Components.PDF4NET.View

Defines the visual appearance for a drawn path.

public class PathVisualAppearance

Inheritance ObjectPathVisualAppearance

Constructors

PathVisualAppearance()

Initializes a new PathVisualAppearance object.

public PathVisualAppearance()

PathVisualAppearance(Pen, SolidColorBrush)

Initializes a new PathVisualAppearance object.

public PathVisualAppearance(Pen outline, SolidColorBrush fill)

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.

public SolidColorBrush Fill { get; set; }

Property Value

SolidColorBrush
A object used to fill the rectangle interior.


Outline

Gets or sets the pen used to draw the rectangle outline.

public Pen Outline { get; set; }

Property Value

Pen
A object used to draw the rectangle outline.