MarkerFormatDefinition.Border Property

Definition

The pen is used to draw the border of the text marker.

protected:
 property System::Windows::Media::Pen ^ Border { System::Windows::Media::Pen ^ get(); void set(System::Windows::Media::Pen ^ value); };
protected System.Windows.Media.Pen Border { get; set; }
member this.Border : System.Windows.Media.Pen with get, set
Protected Property Border As Pen

Property Value

Pen

The border Pen.

Remarks

This property is optional and can be null, in which case no pen will be used for the border of the text marker adornment.

Applies to