Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public ReadOnly Property UseCustomImageSymbols As Boolean
	Get
C#
public bool UseCustomImageSymbols { get; }
Visual C++
public:
virtual property bool UseCustomImageSymbols {
	bool get () sealed;
}
JavaScript
function get_useCustomImageSymbols();

Implements

ICustomRenderSettings..::..UseCustomImageSymbols

See Also