LayoutRegionVisible Property |
Get a value indicating whether the layout area frame is displayed.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract bool RegionVisible { get; set; }Public MustOverride Property RegionVisible As Boolean
Get
Set
Property Value
Type:
Boolean
true if the layout area frame is visible. Otherwise false.
See Also