StyleUsing Properties
An object that determines which of a style’s properties are used by an XRControl object.Name | Description |
---|---|
UseBackColor | Gets or sets a value indicating whether the style’s XRControlStyle.BackColor property is used by the XRControl object. |
UseBorderColor | Gets or sets a value indicating whether the style’s XRControlStyle.BorderColor property is used by the XRControl object. |
UseBorders | Gets or sets a value indicating whether the style’s XRControlStyle.Borders property is used by the XRControl object. |
UseBorderWidth | Gets or sets a value indicating whether the style’s XRControlStyle.BorderWidth property is used by the XRControl object. |
UseFont | Gets or sets a value indicating whether the style’s XRControlStyle.Font property is used by the XRControl object. |
UseForeColor | Gets or sets a value indicating whether the style’s XRControlStyle.ForeColor property is used by the XRControl object. |
UsePadding | Gets or sets a value indicating whether the style’s XRControlStyle.Padding property is used by the XRControl object. |
UseTextAlignment | Gets or sets a value indicating whether the style’s XRControlStyle.TextAlignment property is used by the XRControl object. |
See Also