LabelShape.MultipleLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the label should be allowed to display the text in multiple lines.
public:
property bool MultipleLine { bool get(); };
public bool MultipleLine { get; }
member this.MultipleLine : bool
Public ReadOnly Property MultipleLine As Boolean
Property Value
true if the text can be multiple lines.