Gets or sets the pen used to draw printable area bounds if DrawPrintableAreaBounds is true.
If this value is null (which is the default), a single-pixel black pen is used.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [DefaultValueAttribute(null)] public Pen PrintableAreaBoundsPen { get; set; } |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ <DefaultValueAttribute(Nothing)> _ Public Property PrintableAreaBoundsPen As Pen Get Set |