ShapeRange.Title Property

Definition

Gets or sets the title of the alternative text associated with the specified shape range.

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
Public Property Title As String

Property Value

The title of the alternative text associated with the specified shape range.

Remarks

Read/write.

To set the descriptive text string of the alternative text for a shape range, use the AlternativeText property.

Applies to