GrapeCity MultiRow Windows Forms Documentation
Automatic Property


Gets or sets the color and style of the automatic generated page break lines.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.All)>
<SRDescriptionAttribute("Indicates the color and style of the automatically generated page break lines.")>
<SRCategoryAttribute("Appearance")>
Public Property Automatic As Line
Dim instance As PageBreakLines
Dim value As Line
 
instance.Automatic = value
 
value = instance.Automatic
[RefreshProperties(RefreshProperties.All)]
[SRDescription("Indicates the color and style of the automatically generated page break lines.")]
[SRCategory("Appearance")]
public Line Automatic {get; set;}

Property Value

A Line value represents the color and style of the automatic generated page break lines. The default is Line.Empty.
Requirements

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

See Also

Reference

PageBreakLines Structure
PageBreakLines Members

 

 


Copyright © GrapeCity, inc. All rights reserved.