Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
        • EO.Wpf.Gauge
        • Classes
          • CircularGaugeFrame Class
          • CircularLabelOptions Class
          • CircularLineOptions Class
          • CircularOptions Class
          • CircularScale Class
          • CircularTickOptions Class
          • LinearGaugeFrame Class
          • LinearLabelOptions Class
          • LinearOptions Class
          • LinearRangeBarOptions Class
          • LinearScale Class
          • LinearScaleBase Class
          • LinearTickBar Class
          • LinearTickOptions Class
          • MajorCircularLabelOptions Class
          • MajorCircularTickOptions Class
          • MajorLinearLabelOptions Class
          • MajorLinearTickOptions Class
          • Marker Class
          • MarkerCollection Class
          • MinorCircularLabelOptions Class
          • MinorCircularTickOptions Class
          • MinorLinearLabelOptions Class
          • MinorLinearTickOptions Class
          • Needle Class
          • Options Class
          • ProgressIndicator Class
          • Range Class
          • RangeBarOptionsBase Class
          • RangeCollection Class
          • RollingRangeBarOptions Class
          • RollingScale Class
          • RollingTickBar Class
          • ScaleBase Class
          • TickBarBase Class
          • ValueIndicator Class
        • Enumerations
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
StartSize Property

Gets or sets the start size of the embedded range bar. This is a dependency property.

Syntax
 public Double StartSize { get; set; }

Property Value

A Double value that indicates the start size of the embedded range bar. The default value is 1.0.

Remarks

The value of StartSize can't be less than 0.0 or greater than 1.0, the value will be coerced if it is set outside the range [0.0, 1.0]. When the property value is 1, the begining end of the range bar takes the full height of the tick bar.

See here for more information on how to use this property.

See Also