Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
[DefaultValueAttribute(DrawelBoundsEnum.All)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[BrowsableAttribute(false)]
public DrawelBoundsEnum DrawelBounds { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(DrawelBoundsEnum.All)> _
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<BrowsableAttribute(False)> _
Public Property DrawelBounds As DrawelBoundsEnum

See Also