Share

GraphTitleStyle.Location Property

Gets or sets the location of the title in relation to the view grid.



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

Syntax

C#

public GraphTitleLocationType Location { get; set; }

VB

Public Property Location As GraphTitleLocationType
	Get
	Set

C++

public:
property GraphTitleLocationType Location {
	GraphTitleLocationType get ();
	void set (GraphTitleLocationType value);
}

Property Value

GraphTitleLocationType

See Also

Reference

Was this information helpful?