ComponentFactory.Krypton.Toolkit.ViewLayoutMetricSpacer.ViewLayoutMetricSpacer C# (CSharp) Метод

ViewLayoutMetricSpacer() публичный Метод

Initialize a new instance of the ViewLayoutMetricSpacer class.
public ViewLayoutMetricSpacer ( IPaletteMetric paletteMetric, PaletteMetricInt metricInt ) : System
paletteMetric IPaletteMetric Palette source for metric values.
metricInt PaletteMetricInt Metric used to get spacer size.
Результат System
        public ViewLayoutMetricSpacer(IPaletteMetric paletteMetric,
                                      PaletteMetricInt metricInt)
        {
            Debug.Assert(paletteMetric != null);

            // Remember the source information
            _paletteMetric = paletteMetric;
            _metricInt = metricInt;
        }