Method | Description | |
---|---|---|
Render ( |
Perform a render of the elements.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutBarForTabs ( BarItemSizing itemSizing, RelativePositionAlign itemAlignment, BarMultiline barMultiline, |
Initialize a new instance of the ViewLayoutBarForTabs class.
|
|
ViewLayoutBarForTabs ( IPaletteMetric paletteMetric, PaletteMetricInt metricGap, BarItemSizing itemSizing, RelativePositionAlign itemAlignment, BarMultiline barMultiline, |
Initialize a new instance of the ViewLayoutBarForTabs class.
|
Method | Description | |
---|---|---|
RenderChildren ( |
public Render ( |
||
context | Rendering context. | |
return | void |
public ViewLayoutBarForTabs ( BarItemSizing itemSizing, RelativePositionAlign itemAlignment, BarMultiline barMultiline, |
||
itemSizing | BarItemSizing | Method used to calculate item size. |
itemAlignment | RelativePositionAlign | Method used to align items within lines. |
barMultiline | BarMultiline | Multline showing of items. |
itemMinimumSize | Maximum allowed item size. | |
itemMaximumSize | Minimum allowed item size. | |
barMinimumHeight | int | Minimum height of the bar. |
tabBorderStyle | TabBorderStyle | Tab border style. |
reorderSelectedLine | bool | Should line with selection be reordered. |
return | System |
public ViewLayoutBarForTabs ( IPaletteMetric paletteMetric, PaletteMetricInt metricGap, BarItemSizing itemSizing, RelativePositionAlign itemAlignment, BarMultiline barMultiline, |
||
paletteMetric | IPaletteMetric | Palette source for metric values. |
metricGap | PaletteMetricInt | Metric for gap between each child item. |
itemSizing | BarItemSizing | Method used to calculate item size. |
itemAlignment | RelativePositionAlign | Method used to align items within lines. |
barMultiline | BarMultiline | Multline showing of items. |
itemMinimumSize | Maximum allowed item size. | |
itemMaximumSize | Minimum allowed item size. | |
barMinimumHeight | int | Minimum height of the bar. |
tabBorderStyle | TabBorderStyle | Tab border style. |
reorderSelectedLine | bool | Should line with selection be reordered. |
return | System |