Метод | Описание | |
---|---|---|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the image color that should be transparent.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawEmptyContent ( IPaletteContent paletteContentDisabled, IPaletteContent paletteContentNormal ) : System |
Initialize a new instance of the ViewDrawEmptyContent class.
|
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
Результат | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image is needed. |
Результат | Color |
public GetPreferredSize ( |
||
context | Layout context. | |
Результат |
public Layout ( |
||
context | Layout context. | |
Результат | void |
public RenderBefore ( |
||
context | Rendering context. | |
Результат | void |
public ViewDrawEmptyContent ( IPaletteContent paletteContentDisabled, IPaletteContent paletteContentNormal ) : System | ||
paletteContentDisabled | IPaletteContent | Palette source for the disabled content. |
paletteContentNormal | IPaletteContent | Palette source for the normal content. |
Результат | System |