 | LatticeShowMinorGridlines Property |
Gets/Sets if minor gridlines should be shown.
Namespace: ema3d.Api.V25.Core.DomainAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic bool ShowMinorGridlines { get; set; }
Public Property ShowMinorGridlines As Boolean
Get
Set
public:
property bool ShowMinorGridlines {
bool get ();
void set (bool value);
}
member ShowMinorGridlines : bool with get, set
Property Value
Boolean
See Also