UseBackgroundMask Property

Gets the boolean value that specifies whether use background mask when drawing.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyBoolean UseBackgroundMask { get; }

Visual Basic

Public ReadOnly Property UseBackgroundMask As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ UseBackgroundMask {
	PropertyBoolean^ get ();
}

See Also