Class RoundedStackPanel
Represents a modified System.Windows.Controls.StackPanel that is coupled with MaterialAssist to provide CornerRadius to its children.
Inheritance
Namespace: Telerik.Windows.Controls.MaterialControls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RoundedStackPanel : StackPanel
Constructors
RoundedStackPanel()
Declaration
public RoundedStackPanel()
Fields
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
System.Windows.DependencyProperty
|
ShouldCalculateBorderThicknessProperty
Identifies the ShouldCalculateBorderThickness dependency property.
Declaration
public static readonly DependencyProperty ShouldCalculateBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CornerRadius
Gets or sets the CornerRadius of the panel.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
System.Windows.CornerRadius
|
ShouldCalculateBorderThickness
Gets or sets whether the BorderThickness of the child items should be calculated in order to remove duplicate borders. It would remove the left borders when orientation is horizontal and the bottom borders if the orientation is vertical.
Declaration
public bool ShouldCalculateBorderThickness { get; set; }
Property Value
System.Boolean
|
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.Windows.Size
constraint
|
Returns
System.Windows.Size
|