Class TextParams
Inheritance
System.Object
TextParams
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public class TextParams
Constructors
TextParams()
Declaration
public TextParams()
Fields
alignment
Declaration
public ContentAlignment alignment
Field Value
System.Drawing.ContentAlignment
|
autoEllipsis
Declaration
public bool autoEllipsis
Field Value
System.Boolean
|
backColor
Declaration
public Color backColor
Field Value
System.Drawing.Color
|
ClipText
Declaration
public bool ClipText
Field Value
System.Boolean
|
enabled
Declaration
public bool enabled
Field Value
System.Boolean
|
flipText
Declaration
public bool flipText
Field Value
System.Boolean
|
font
Declaration
public Font font
Field Value
System.Drawing.Font
|
forceBackColor
Declaration
public bool forceBackColor
Field Value
System.Boolean
|
foreColor
Declaration
public Color foreColor
Field Value
System.Drawing.Color
|
highlightColor
Declaration
public Color highlightColor
Field Value
System.Drawing.Color
|
highlightRanges
Declaration
public CharacterRange[] highlightRanges
Field Value
System.Drawing.CharacterRange[]
|
lineLimit
Declaration
public bool lineLimit
Field Value
System.Boolean
|
measureTrailingSpaces
Declaration
public bool measureTrailingSpaces
Field Value
System.Boolean
|
paintingRectangle
Declaration
public RectangleF paintingRectangle
Field Value
System.Drawing.RectangleF
|
rightToLeft
Declaration
public bool rightToLeft
Field Value
System.Boolean
|
shadow
showKeyboardCues
Declaration
public bool showKeyboardCues
Field Value
System.Boolean
|
stretchHorizontally
Declaration
public bool stretchHorizontally
Field Value
System.Boolean
|
text
Declaration
public string text
Field Value
System.String
|
textOrientation
Declaration
public Orientation textOrientation
Field Value
System.Windows.Forms.Orientation
|
textRenderingHint
Declaration
public TextRenderingHint textRenderingHint
Field Value
System.Drawing.Text.TextRenderingHint
|
textWrap
Declaration
public bool textWrap
Field Value
System.Boolean
|
useCompatibleTextRendering
Declaration
public bool useCompatibleTextRendering
Field Value
System.Boolean
|
useMnemonic
Declaration
public bool useMnemonic
Field Value
System.Boolean
|
Methods
CreateStringFormat()
Declaration
public virtual StringFormat CreateStringFormat()
Returns
System.Drawing.StringFormat
|