Method | Description | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
SetMetrics ( IPaletteMetric paletteMetric ) : void |
Updates the metrics source and metric to use.
|
|
SetMetrics ( IPaletteMetric paletteMetric, PaletteMetricInt metricInt ) : void |
Updates the metrics source and metric to use.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewLayoutMetricSpacer ( IPaletteMetric paletteMetric, PaletteMetricInt metricInt ) : System |
Initialize a new instance of the ViewLayoutMetricSpacer class.
|
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public SetMetrics ( IPaletteMetric paletteMetric ) : void | ||
paletteMetric | IPaletteMetric | Source for aquiring metrics. |
return | void |
public SetMetrics ( IPaletteMetric paletteMetric, PaletteMetricInt metricInt ) : void | ||
paletteMetric | IPaletteMetric | Source for aquiring metrics. |
metricInt | PaletteMetricInt | Actual integer metric to use. |
return | void |
public ViewLayoutMetricSpacer ( IPaletteMetric paletteMetric, PaletteMetricInt metricInt ) : System | ||
paletteMetric | IPaletteMetric | Palette source for metric values. |
metricInt | PaletteMetricInt | Metric used to get spacer size. |
return | System |