Interface used by ITable and the like to declare and obtain the defaults for stripes and their labels.
Inheritance Hierarchy
Members
No filters for this type
Properties
Gets or sets the defaults for labels at stripes.
Gets or sets the defaults for labels at stripes.
abstract
Property Value
The default minimum size of newly created stripes.
See Also
API
- minimumSize
Implemented in
StripeDefaults.minimumSizeGets or sets the default padding for a stripe.
Gets or sets the default padding for a stripe.
abstract
Property Value
true if the reference should be shared; false otherwise.See Also
Implemented in
StripeDefaults.shareStyleInstanceabstract
Property Value
The default size of newly created stripe.
See Also
API
- size
Implemented in
StripeDefaults.sizeGets or sets the style to use for stripes.
Gets or sets the style to use for stripes.
Depending on the setting of shareStyleInstance the getStyleInstance method should return a clone of this instance or the very same instance.
abstract
Property Value
The style to use as a template.
See Also
Implemented in
StripeDefaults.styleMethods
Factory method that returns a style instance for use with newly created stripes.
Factory method that returns a style instance for use with newly created stripes.
Most implementations will yield either a clone of or the style property, if shareStyleInstance is enabled, but they might use more complicated logic, too.
abstract
Return Value
- IStripeStyle
- The style to use, which for most implementations is either a clone of or the style property, if shareStyleInstance is enabled.