In This Topic
Gets a value indicating whether the entry defines a hatch style.
Syntax
'Declaration
Public ReadOnly Property IsHatch As Boolean
public bool IsHatch {get;}
Property Value
A
System.Boolean value.
true
if the entry defines a hatch style; otherwise,
false
.
See Also