Class TrackContainer
Presents track container.
Inheritance
System.Object
TrackContainer
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TrackContainer : Border
Constructors
TrackContainer()
Declaration
public TrackContainer()
Methods
ArrangeOverride(Size)
Arranges the contents of a System.Windows.Controls.Border element.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The System.Windows.Size this element uses to arrange its child element. |
Returns
Type | Description |
---|---|
System.Windows.Size | The System.Windows.Size that represents the arranged size of this System.Windows.Controls.Border element and its child element. |
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | The System.Windows.RoutedEventArgs that contains the event data. |