AxisStyleMinorTickStyle Property |
Gets the style object that specifies the appearance of minor ticks on the vertical or horizontal axes,
for example, interval, size, height, etc.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AxisTickStyle MinorTickStyle { get; }
Public ReadOnly Property MinorTickStyle As AxisTickStyle
Get
public:
property AxisTickStyle^ MinorTickStyle {
AxisTickStyle^ get ();
}
Property Value
AxisTickStyle
See Also