[]
Represents the object appearance settings.
public class AppearanceProperty
Public Class AppearanceProperty
Name | Description |
---|---|
AppearanceProperty(string) | Creates an AppearanceProperty object with the given name. |
Name | Description |
---|---|
BackColor | Represents the BackColor property (index is 0), which specifies the background color of the object. |
EncodeValue | Represents the EncodeValue property (index is 7), which specifies the EncodeValue of the object. |
Font | Represents the Font property (index is 1), which specifies the font characteristics of the object. |
ForeColor | Represents the ForeColor property (index is 2), which specifies the text color of the object. |
HorizontalAlign | Represents the HorizontalAlign property (index is 3), which specifies the horizontal alignment of the object. |
ImeMode | Represents the ImeMode property (index is 6), which specifies the imemode of the object. |
VerticalAlign | Represents the VerticalAlign property (index is 4), which specifies the vertical alignment of the object. |
Name | Description |
---|---|
GetIndex(AppearanceProperty) | Returns the integer value associated with the given AppearanceProperty object. |
ToString() | Returns the property name as a string. |
Name | Description |
---|---|
implicit operator int(AppearanceProperty) | Converts an AppearanceProperty object to an integer value. |