Interface used by ITable and the like to declare and obtain the defaults for stripes and their labels.
Inheritance Hierarchy
IStripeDefaults
Type Details
- yFiles module
- view
See Also
Properties
Gets or sets the defaults for labels at stripes.
Property Value
The label defaults.
Gets or sets the default minimum stripe size.
Gets or sets the default padding for a stripe.
Property Value
The default padding.
Gets or sets the default stripe size.
Gets or sets the style to use for stripes.
Remarks
Depending on the setting of shareStyleInstance the getStyleInstance method should return a clone of this instance or the very same instance.
Property Value
The style to use as a template.
See Also
Methods
Factory method that returns a style instance for use with newly created stripes.
Remarks
Most implementations will yield either a clone of or the style property, if shareStyleInstance is enabled, but they might use more complicated logic, too.
Returns
- ↪IStripeStyle
- The style to use, which for most implementations is either a clone of or the style property, if shareStyleInstance is enabled.