GeometryDrawing::Pen Property

 

Gets or sets the Pen used to stroke this GeometryDrawing.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Pen^ Pen {
	Pen^ get();
	void set(Pen^ value);
}

Property Value

Type: System.Windows.Media::Pen^

The pen used to stroke this GeometryDrawing. The default value is null.

Identifier field

PenProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show: