AnchoredBlock.BorderBrush Property
.NET Framework 4.5
Gets or sets a Brush to use when painting the element's border.
Namespace: System.Windows.Documents
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Media.BrushThe brush used to apply to the element's border.
The default value is a null brush.
The following example shows how to set the BorderBrush attribute of an element (Paragraph).
<FlowDocument> <Paragraph Name="par" BorderBrush="Blue" BorderThickness="0.25in" > <Run> Child elements in this Block element (Paragraph) will be surrounded by a blue border. </Run> <LineBreak/><LineBreak/> <Run> This border will be one quarter inch thick in all directions. </Run> </Paragraph> </FlowDocument>
The following figure shows how this example renders.
.png?cs-save-lang=1&cs-lang=fsharp)
The following example shows how to set the BorderBrush property programmatically.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.