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

Inheritance: System.Windows.Controls.Panel
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Méthodes publiques

Свойство Type Description
OrientationProperty System.Windows.DependencyProperty
TickMarkPositionsProperty System.Windows.DependencyProperty
TickMarkTemplateProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
TickBar ( ) : System.Windows

Initializes a new instance of the TickBar class.

Méthodes protégées

Méthode 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

Méthode 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 méthode

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.
Résultat System.Windows.Size

MeasureOverride() protected méthode

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.
Résultat System.Windows.Size

TickBar() public méthode

Initializes a new instance of the TickBar class.
public TickBar ( ) : System.Windows
Résultat System.Windows

Property Details

OrientationProperty public_oe static_oe property

Identifies the Orientation dependency property.
public static DependencyProperty,System.Windows OrientationProperty
Résultat System.Windows.DependencyProperty

TickMarkPositionsProperty public_oe static_oe property

Identifies the TickMarkPositions dependency property.
public static DependencyProperty,System.Windows TickMarkPositionsProperty
Résultat System.Windows.DependencyProperty

TickMarkTemplateProperty public_oe static_oe property

Identifies the TickMarkTemplate dependency property.
public static DependencyProperty,System.Windows TickMarkTemplateProperty
Résultat System.Windows.DependencyProperty