Gets or sets a boolean value indicating if partial lines should be clipped.
'Declaration
<DescriptionAttribute("Indicates if partial lines should be clipped.")>
<CategoryAttribute("Appearance")>
<EndUserBrowsableAttribute(False)>
Public Property ClipPartialLine As Boolean
'Usage
Dim instance As GridElementReportStyle
Dim value As Boolean
instance.ClipPartialLine = value
value = instance.ClipPartialLine
[Description("Indicates if partial lines should be clipped.")]
[Category("Appearance")]
[EndUserBrowsable(false)]
public bool ClipPartialLine {get; set;}
Property Value
true if partial lines should be clipped; false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2