Title

Shape.Title property

Gibt den Titel (Beschriftung) des aktuellen Formobjekts an.

public string Title { get; set; }

Beispiele


[C#]
shape.Title = "title1";

Siehe auch