Trimming Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the type of white-space trimming for the text in the current Text object.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property Trimming As TextTrimming
public TextTrimming Trimming { get; set; }
public:
property TextTrimming Trimming {
    TextTrimming get ();
    void set (TextTrimming value);
}
member Trimming : TextTrimming with get, set
function get Trimming () : TextTrimming
function set Trimming (value : TextTrimming)

Property Value

Type: Microsoft.SPOT.Presentation.Media. . :: . .TextTrimming
The type of white-space trimming for the text.

.NET Framework Security

See Also

Reference

Text Class

Microsoft.SPOT.Presentation.Controls Namespace