

'Declaration<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class StackDefinition Inherits System.Windows.FrameworkContentElement
'UsageDim instance As StackDefinition
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class StackDefinition : System.Windows.FrameworkContentElement
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.ContentElement
System.Windows.FrameworkContentElement
Xceed.Wpf.Toolkit.Panels.StackDefinition
| Name | Description | |
|---|---|---|
![]() | StackDefinition Constructor |
| Name | Description | |
|---|---|---|
![]() ![]() | CanScrollDownProperty | CanScrollDown Dependency Property |
![]() ![]() | CanScrollLeftProperty | CanScrollLeft Dependency Property |
![]() ![]() | CanScrollRightProperty | CanScrollRight Dependency Property |
![]() ![]() | CanScrollUpProperty | CanScrollUp Dependency Property |
![]() ![]() | LengthProperty | Length Dependency Property |
![]() ![]() | LineDownCommand | The LineDown command executes the LineDown method on the target StackDefinition. |
![]() ![]() | LineLeftCommand | The LineLeft command executes the LineLeft method on the target StackDefinition. |
![]() ![]() | LineRightCommand | The LineRight command executes the LineRight method on the target StackDefinition. |
![]() ![]() | LineUpCommand | The LineUp command executes the LineUp method on the target StackDefinition. |
![]() ![]() | MaxLengthProperty | MaxLength Dependency Property |
![]() ![]() | MinLengthProperty | MinLength Dependency Property |
![]() ![]() | PageDownCommand | The PageDown command executes the PageDown method on the target StackDefinition. |
![]() ![]() | PageLeftCommand | The PageLeft command executes the PageLeft method on the target StackDefinition. |
![]() ![]() | PageRightCommand | The PageRight command executes the PageRight method on the target StackDefinition. |
![]() ![]() | PageUpCommand | The PageUp command executes the PageUp method on the target StackDefinition. |
![]() ![]() | ScrollOffsetProperty |
| Name | Description | |
|---|---|---|
![]() | ActualLength | |
![]() | AllowDrop | (Inherited from System.Windows.ContentElement) |
![]() | AreAnyTouchesCaptured | (Inherited from System.Windows.ContentElement) |
![]() | AreAnyTouchesCapturedWithin | (Inherited from System.Windows.ContentElement) |
![]() | AreAnyTouchesDirectlyOver | (Inherited from System.Windows.ContentElement) |
![]() | AreAnyTouchesOver | (Inherited from System.Windows.ContentElement) |
![]() | BindingGroup | (Inherited from System.Windows.FrameworkContentElement) |
![]() | CanHorizontallyScroll | |
![]() | CanScrollDown | Gets or sets the CanScrollDown property. This dependency property indicates that the LineDown and PageDown commands are available. |
![]() | CanScrollLeft | Gets or sets the CanScrollLeft property. This dependency property indicates that the LineLeft and PageLeft commands are available. |
![]() | CanScrollRight | Gets or sets the CanScrollRight property. This dependency property indicates that the LineRight and PageRight commands are available. |
![]() | CanScrollUp | Gets or sets the CanScrollUp property. This dependency property indicates that the LineUp and PageUp commands are available. |
![]() | CanVerticallyScroll | |
![]() | CommandBindings | (Inherited from System.Windows.ContentElement) |
![]() | ContextMenu | (Inherited from System.Windows.FrameworkContentElement) |
![]() | Cursor | (Inherited from System.Windows.FrameworkContentElement) |
![]() | DataContext | (Inherited from System.Windows.FrameworkContentElement) |
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | ExtentHeight | |
![]() | ExtentWidth | |
![]() | Focusable | (Inherited from System.Windows.ContentElement) |
![]() | FocusVisualStyle | (Inherited from System.Windows.FrameworkContentElement) |
![]() | ForceCursor | (Inherited from System.Windows.FrameworkContentElement) |
![]() | HasAnimatedProperties | (Inherited from System.Windows.ContentElement) |
![]() | HorizontalOffset | |
![]() | InputBindings | (Inherited from System.Windows.ContentElement) |
![]() | InputScope | (Inherited from System.Windows.FrameworkContentElement) |
![]() | IsEnabled | (Inherited from System.Windows.ContentElement) |
![]() | IsFocused | (Inherited from System.Windows.ContentElement) |
![]() | IsInitialized | (Inherited from System.Windows.FrameworkContentElement) |
![]() | IsInputMethodEnabled | (Inherited from System.Windows.ContentElement) |
![]() | IsKeyboardFocused | (Inherited from System.Windows.ContentElement) |
![]() | IsKeyboardFocusWithin | (Inherited from System.Windows.ContentElement) |
![]() | IsLoaded | (Inherited from System.Windows.FrameworkContentElement) |
![]() | IsMouseCaptured | (Inherited from System.Windows.ContentElement) |
![]() | IsMouseCaptureWithin | (Inherited from System.Windows.ContentElement) |
![]() | IsMouseDirectlyOver | (Inherited from System.Windows.ContentElement) |
![]() | IsMouseOver | (Inherited from System.Windows.ContentElement) |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | IsStylusCaptured | (Inherited from System.Windows.ContentElement) |
![]() | IsStylusCaptureWithin | (Inherited from System.Windows.ContentElement) |
![]() | IsStylusDirectlyOver | (Inherited from System.Windows.ContentElement) |
![]() | IsStylusOver | (Inherited from System.Windows.ContentElement) |
![]() | Language | (Inherited from System.Windows.FrameworkContentElement) |
![]() | Length | Gets or sets the Length property. This dependency property indicates the size of a given stack within a StackedStackPanel. For a horizontally oriented StackedStackPanel, this would be the width for a given stack. For a vertically oriented StackedStackPanel, this would be the height for a given stack. |
![]() | MaxLength | Gets or sets the MaxLength property. This dependency property indicates the maximum size of a given stack in a StackedStackPanel. For a horizontally oriented StackedStackPanel, this would be the maximum stack width for a given stack. For a vertically oriented StackedStackPanel, this would be the maximum stack height for a given stack. |
![]() | MinLength | Gets or sets the MinLength property. This dependency property indicates the minimum size of a given stack in a StackedStackPanel. For a horizontally oriented StackedStackPanel, this would be the minimum stack width for a given stack. For a vertically oriented StackedStackPanel, this would be the minimum stack height for a given stack. |
![]() | Name | (Inherited from System.Windows.FrameworkContentElement) |
![]() | Offset | |
![]() | OverridesDefaultStyle | (Inherited from System.Windows.FrameworkContentElement) |
![]() | Resources | (Inherited from System.Windows.FrameworkContentElement) |
![]() | ScrollOffset | Gets the ScrollOffset property. This dependency property indicates the scrolled offset of the corresponding stack. |
![]() | ScrollOwner | |
![]() | Style | (Inherited from System.Windows.FrameworkContentElement) |
![]() | Tag | (Inherited from System.Windows.FrameworkContentElement) |
![]() | TemplatedParent | (Inherited from System.Windows.FrameworkContentElement) |
![]() | ToolTip | (Inherited from System.Windows.FrameworkContentElement) |
![]() | TouchesCaptured | (Inherited from System.Windows.ContentElement) |
![]() | TouchesCapturedWithin | (Inherited from System.Windows.ContentElement) |
![]() | TouchesDirectlyOver | (Inherited from System.Windows.ContentElement) |
![]() | TouchesOver | (Inherited from System.Windows.ContentElement) |
![]() | VerticalOffset | |
![]() | ViewportHeight | |
![]() | ViewportWidth |
| Name | Description | |
|---|---|---|
![]() | DefaultStyleKey | (Inherited from System.Windows.FrameworkContentElement) |
![]() | IsEnabledCore | (Inherited from System.Windows.ContentElement) |
![]() | LogicalChildren | (Inherited from System.Windows.FrameworkContentElement) |
| Name | Description | |
|---|---|---|
![]() | FindLogicalAncestor<T> | Finds the logical ancenster |
![]() | FindLogicalAncestorsAndSelf | |
![]() | FindLogicalChildren<T> | Find the logical children. |
![]() | FindVisualAncestor<T> | Finds the visual ancestor. |
![]() | FindVisualChildren<T> | Finds the visual children. |
![]() | FindVisualTreeRoot | Finds the visual tree root. |
![]() | ShowDialog | Overloaded. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.