Class TextBoxFormat
Summary description for TextBoxFormat.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class TextBoxFormat : FormatBase, IEntityBase, IXDLSSerializable
Constructors
TextBoxFormat()
Declaration
public TextBoxFormat()
Properties
FillColor
Get/set fill color for textbox
Declaration
public Color FillColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Height
Get/set textbox height
Declaration
public float Height { get; set; }
Property Value
Type |
---|
System.Single |
HorizontalOrigin
Get/set horizontal origin
Declaration
public HorizontalOrigin HorizontalOrigin { get; set; }
Property Value
Type |
---|
HorizontalOrigin |
LineColor
Get/set line color.
Declaration
public Color LineColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
LineStyle
Get/set tetxbox linestyle
Declaration
public TextBoxLineStyle LineStyle { get; set; }
Property Value
Type |
---|
TextBoxLineStyle |
TextWrappingStyle
Get/set text Wrapping style
Declaration
public TextWrappingStyle TextWrappingStyle { get; set; }
Property Value
Type |
---|
TextWrappingStyle |
VerticalOrigin
Get/set vertical origin
Declaration
public VerticalOrigin VerticalOrigin { get; set; }
Property Value
Type |
---|
VerticalOrigin |
Width
Get/set textbox width
Declaration
public float Width { get; set; }
Property Value
Type |
---|
System.Single |
Methods
Clone()
Declaration
public virtual TextBoxFormat Clone()
Returns
Type |
---|
TextBoxFormat |
GetDefValue(Int32)
Get degault tetxbox values
Declaration
protected override object GetDefValue(int key)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key |
Returns
Type | Description |
---|---|
System.Object | null ( don't use keys ) |
Overrides
ReadXmlAttributes(IXDLSAttributeReader)
Read textbox's XML attributes
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeReader | reader | XMLReader |
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Write textbox's XML attributes
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer | XMLWriter |