This document is archived and information here might be outdated.  Recommended version.


ILineDecorationEditor.Title Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IL > ILineDecorationEditor Interface > ILineDecorationEditor.Title Property
ArcGIS Developer Help

ILineDecorationEditor.Title Property

The title of the Line Decoration Editor dialog.

[Visual Basic .NET]
Public Property Title As String
[C#]
public string Title {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

String displayed in the title bar of the dialog. The default Title is "Line Decoration Editor".

See Also

ILineDecorationEditor Interface