Share

AxisStyle.TitleStyle Property

Gets the style object that controls the appearance of the axis title text for profile or section views.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public AxisTitleStyle TitleStyle { get; }

VB

Public ReadOnly Property TitleStyle As AxisTitleStyle
	Get

C++

public:
property AxisTitleStyle^ TitleStyle {
	AxisTitleStyle^ get ();
}

Property Value

AxisTitleStyle

See Also

Reference

Was this information helpful?