Rectangle.OmitBorderOnPageBreak 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.
Gets or sets a value that indicates whether the borders should not appear at locations where the rectangle spans multiple pages.
public:
property bool OmitBorderOnPageBreak { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool OmitBorderOnPageBreak { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.OmitBorderOnPageBreak : bool with get, set
Public Property OmitBorderOnPageBreak As Boolean
Property Value
True
if the borders should not appear locations where the rectangle spans multiple pages; other, false
.
- Attributes