[]
Represents a class for SideCaption property of a C1CommandMenu
[TypeConverter(typeof(C1SideCaption.SideCaptionTypeConverter))]
public class C1SideCaption
| Name | Description |
|---|---|
| C1SideCaption() | Initializes a new instance of the C1SideCaption class. |
| Name | Description |
|---|---|
| BarGradientBegin | Gets or sets the beginning color of the gradient for the SideCaption. |
| BarGradientEnd | Gets or sets the ending color of the gradient for the SideCaption. |
| CaptionLayout | Gets or sets the text layout for the SideCaption. |
| Font | Gets or sets the font of the SideCaption. |
| ForeColor | Gets or sets the text color of the SideCaption. |
| GradientDirection | Gets or sets the gradient direction (horizontal, vertical, forward diagonal, or backward diagonal) in the SideCaption. |
| Icon | Gets or sets the SideCaption icon. |
| Image | Gets or sets the SideCaption image. |
| ImageIndex | Gets or sets the index of the image for the SideCaption in C1CommandHolder.ImageList. |
| Text | Gets or sets the text shown in the SideCaption. |
| TextAlignment | Gets or sets the text alignment (near, far, or center) in the SideCaption. |
| TextDirection | Gets or sets the direction of the text in the SideCaption. |
| Width | Gets or sets the width of the SideCaption. |
| Name | Description |
|---|---|
| ResetBarGradientBegin() | This method is for internal use only. |
| ResetBarGradientEnd() | This method is for internal use only. |
| ResetFont() | This method is for internal use only. |
| ResetForeColor() | This method is for internal use only. |
| ResetIcon() | This method is for internal use only. |
| ResetImage() | This method is for internal use only. |
| ShouldSerializeBarGradientBegin() | This method is for internal use only. |
| ShouldSerializeBarGradientEnd() | This method is for internal use only. |
| ShouldSerializeFont() | This method is for internal use only. |
| ShouldSerializeForeColor() | This method is for internal use only. |
| ShouldSerializeIcon() | This method is for internal use only. |
| ShouldSerializeImage() | This method is for internal use only. |