MarkerFormatDefinition.Border Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.