type UIContainer.SeparatorOptions
Options for the appearance of container separators.
type SeparatorOptions = {
space?: string | number;
lineWidth?: string | number;
lineColor?: UIColor;
lineMargin?: string | number;
vertical?: boolean;
};Instance members
space
Width/height of separator space (CSS length or pixels).lineWidth
Separator line width (CSS length or pixels).lineColor
Line separator color, defaults toseparator.lineMargin
Line separator margin (CSS length or pixels).vertical
True for vertical line.
Related
class UIContainer abstract
A base view class that represents a container element with no specific layout or styling.type UIContainer.Layout static
Options for layout of UI elements within a container.
