[]
Base style for all styles in C1CalendarView.
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class BaseStyle : BaseC1FrameworkStyle
Name | Description |
---|---|
BackColor | Gets or sets the Color used to paint the background. |
Border | Gets or sets the thickness of the border around the element. |
BorderColor | Gets or sets the Color used to draw the border around the element. |
HorizontalAlignment | Gets or sets how elements should be aligned in the horizontal direction. |
Margins | Gets or sets the thickness of the margins around the element. |
Padding | Gets or sets the thickness of the padding between the element edges and its content. |
VerticalAlignment | Gets or sets how elements should be aligned in the vertical direction. |