Gets the boolean value that specifies whether use background mask when drawing.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean UseBackgroundMask { get; }
VB
Public ReadOnly Property UseBackgroundMask As PropertyBoolean Get
C++
public: property PropertyBoolean^ UseBackgroundMask { PropertyBoolean^ get (); }