C# Class ESRI.ArcGIS.Client.Toolkit.Primitives.TickBar

Inheritance: System.Windows.Controls.Panel
Mostra file Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Public Properties

Property Type Description
OrientationProperty System.Windows.DependencyProperty
TickMarkPositionsProperty System.Windows.DependencyProperty
TickMarkTemplateProperty System.Windows.DependencyProperty

Public Methods

Method Description
TickBar ( ) : System.Windows

Initializes a new instance of the TickBar class.

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size

Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.

MeasureOverride ( Size availableSize ) : Size

Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.

Private Methods

Method Description
AddTickmark ( double position ) : void
OnOrientationPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTickMarkPositionsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ArrangeOverride() protected method

Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size The final area within the parent that this /// object should use to arrange itself and its children.
return System.Windows.Size

MeasureOverride() protected method

Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.
protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size The available size that this object /// can give to child objects. Infinity can be specified as a value /// to indicate that the object will size to whatever content is available.
return System.Windows.Size

TickBar() public method

Initializes a new instance of the TickBar class.
public TickBar ( ) : System.Windows
return System.Windows

Property Details

OrientationProperty public_oe static_oe property

Identifies the Orientation dependency property.
public static DependencyProperty,System.Windows OrientationProperty
return System.Windows.DependencyProperty

TickMarkPositionsProperty public_oe static_oe property

Identifies the TickMarkPositions dependency property.
public static DependencyProperty,System.Windows TickMarkPositionsProperty
return System.Windows.DependencyProperty

TickMarkTemplateProperty public_oe static_oe property

Identifies the TickMarkTemplate dependency property.
public static DependencyProperty,System.Windows TickMarkTemplateProperty
return System.Windows.DependencyProperty