Softelvdm.Controls Class Library for Windows Controls 1.0

TextStyle Property, TextPartClass Class

Softel vdm, Inc.

Defines the text style of the text part.

Syntax      TextPartClass Class (Softelvdm.Controls)

VB   

Public Property TextStyle As LineStyleEnum

C#   

public LineStyleEnum TextStyle { get; set; }

C++   

public: property LineStyleEnum TextStyle {
        LineStyleEnum get();
        void set(LineStyleEnum value);
}

Property Value

The text style.

LineStyleEnum

Value

Description

NoWrap

0

The text will not wrap around and use only explicit line breaks.

Wordwrap

1

The text will automatically word-wrap and allows explicit line breaks.

The default value is LineStyleEnum.Wordwrap.

Comments

The TextStyle property defines the text style of the text part.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com