Compartilhar via


WrappingCheckBox.Wrapping Property

 

Gets or sets a value that indicates whether to wrap the text if it is more than the maximum length.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public bool Wrapping { get; set; }
public:
property bool Wrapping {
    bool get();
    void set(bool value);
}
Public Property Wrapping As Boolean

Property Value

Type: System.Boolean

A Boolean: true if the text is wrapped as needed; otherwise, false.

See Also

WrappingCheckBox Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top