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
- LinearScaleBase Class
- LinearScaleBase Members
- LinearScaleBase Constructor
- Fields
- Properties
- Properties
- LineHorizontalAlignment Property
- LineStyle Property
- LineVerticalAlignment Property
- MajorLabelOptions Property
- MajorTickOptions Property
- MarkerBarHorizontalOffset Property
- MarkerBarSize Property
- MarkerBarVerticalOffset Property
- MinorLabelOptions Property
- MinorTickOptions Property
- Orientation Property
- ShowLine Property
- ShowRangeBar Property
- 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
- .NET API Reference
MarkerBarHorizontalOffset Property |
Gets or sets the horizontal offset of the embedded marker bar. This is a dependency property.
Syntax
Property Value
A Double value that represents the horizontal offset of the embedded marker bar. The default value is 0.
Remarks
See here for more information on how to use markers. Note that this property has no effect on the marker bar if the scale Orientation is set to Horizontal. For vertical scales, when this property is 0, the left of the marker bar is aligned to the left of the tick bar. A negative value moves the marker bar towards the left and a positive value moves the marker bar towards right.
See Also