Méthode | Description | |
---|---|---|
Add ( ViewBase item, ViewDockStyle dock ) : void |
Append a view to the collection.
|
|
EvalTransparentPaint ( |
Evaluate the need for drawing transparent areas.
|
|
GetDock ( ViewBase child ) : ViewDockStyle |
Gets the dock setting for the provided child instance.
|
|
GetNonChildSize ( |
Gets the size required for all except the contents.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
SetDock ( ViewBase child, ViewDockStyle dock ) : void |
Sets the dock setting for the provided child instance.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawDocker ( ) : System |
Initialize a new instance of the ViewDrawDocker class.
|
|
ViewDrawDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder ) : System |
Initialize a new instance of the ViewDrawDocker class.
|
|
ViewDrawDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric ) : System |
Initialize a new instance of the ViewDrawDocker class.
|
|
ViewDrawDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric, PaletteMetricBool metricOverlay ) : System |
Initialize a new instance of the ViewDrawDocker class.
|
|
ViewDrawDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric, PaletteMetricBool metricOverlay, PaletteMetricPadding metricPadding, VisualOrientation orientation ) : System |
Initialize a new instance of the ViewDrawDocker class.
|
Méthode | Description | |
---|---|---|
CalculateDock ( ViewDockStyle ds, |
Find the actual docking to apply for the specified RightToLeft setting.
|
|
OrientateDock ( ViewDockStyle style ) : ViewDockStyle |
Update the incoming dock style to reflect our orientation.
|
Méthode | Description | |
---|---|---|
AdjustPaddingForDockers ( Padding padding, |
||
UpdateChildBorders ( ViewBase child, |
public Add ( ViewBase item, ViewDockStyle dock ) : void | ||
item | ViewBase | ViewBase reference. |
dock | ViewDockStyle | DockStyle setting. |
Résultat | void |
protected CalculateDock ( ViewDockStyle ds, |
||
ds | ViewDockStyle | Docking style. |
control | Control for which the setting is needed. | |
Résultat | ViewDockStyle |
public EvalTransparentPaint ( |
||
context | Evaluation context. | |
Résultat | bool |
public GetDock ( ViewBase child ) : ViewDockStyle | ||
child | ViewBase | Child view element. |
Résultat | ViewDockStyle |
public GetNonChildSize ( |
||
context | Layout context. | |
Résultat |
public GetPreferredSize ( |
||
context | Layout context. | |
Résultat |
public Layout ( |
||
context | Layout context. | |
Résultat | void |
protected OrientateDock ( ViewDockStyle style ) : ViewDockStyle | ||
style | ViewDockStyle | Incoming dock style. |
Résultat | ViewDockStyle |
public SetDock ( ViewBase child, ViewDockStyle dock ) : void | ||
child | ViewBase | Child view element. |
dock | ViewDockStyle | DockStyle setting. |
Résultat | void |
public ViewDrawDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder ) : System | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
Résultat | System |
public ViewDrawDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric ) : System | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
paletteMetric | IPaletteMetric | Palette source for metrics. |
Résultat | System |
public ViewDrawDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric, PaletteMetricBool metricOverlay ) : System | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
paletteMetric | IPaletteMetric | Palette source for metrics. |
metricOverlay | PaletteMetricBool | Metric to use for border overlay. |
Résultat | System |
public ViewDrawDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder, IPaletteMetric paletteMetric, PaletteMetricBool metricOverlay, PaletteMetricPadding metricPadding, VisualOrientation orientation ) : System | ||
paletteBack | IPaletteBack | Palette source for the background. |
paletteBorder | IPaletteBorder | Palette source for the border. |
paletteMetric | IPaletteMetric | Palette source for metric values. |
metricOverlay | PaletteMetricBool | Metric to use for border overlay. |
metricPadding | PaletteMetricPadding | Matric used to get padding values. |
orientation | VisualOrientation | Visual orientation of the content. |
Résultat | System |