 | LatticeShowMajorGridlines Property |
Gets/Sets if major 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 ShowMajorGridlines { get; set; }
Public Property ShowMajorGridlines As Boolean
Get
Set
public:
property bool ShowMajorGridlines {
bool get ();
void set (bool value);
}
member ShowMajorGridlines : bool with get, set
Property Value
Boolean
See Also