Method | Description | |
---|---|---|
DesignTextToContent ( KryptonRibbon ribbon ) : System |
Initialize a new instance of the DesignTextToContent class.
|
|
GetContentLongTextColor1 ( PaletteState state ) : Color |
Gets the first back color for the long text.
|
|
GetContentLongTextColor2 ( PaletteState state ) : Color |
Gets the second back color for the long text.
|
|
GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim |
Gets the text trimming to use for long text.
|
|
GetContentShortTextColor1 ( PaletteState state ) : Color |
Gets the first back color for the short text.
|
|
GetContentShortTextColor2 ( PaletteState state ) : Color |
Gets the second back color for the short text.
|
|
GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign |
Gets the horizontal relative alignment of the short text.
|
|
GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim |
Gets the text trimming to use for short text.
|
public DesignTextToContent ( KryptonRibbon ribbon ) : System | ||
ribbon | KryptonRibbon | Reference to the owning ribbon control. |
return | System |
public GetContentLongTextColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentLongTextColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextTrim |
public GetContentShortTextColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentShortTextColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextTrim |