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.3.1717.0

Syntax

C#

public AxisTitleStyle TitleStyle { get; }

Visual Basic

Public ReadOnly Property TitleStyle As AxisTitleStyle
	Get

Visual C++

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

See Also