Share

GraphTitleStyle.Border Property

Gets or sets a bool value that specifies whether a border line is drawn around the title block.



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

Syntax

C#

public bool Border { get; set; }

VB

Public Property Border As Boolean
	Get
	Set

C++

public:
property bool Border {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?