Class RoundedStackPanel
Represents a modified System.
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 Corner
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
System.
|
ShouldCalculateBorderThicknessProperty
Identifies the Should
Declaration
public static readonly DependencyProperty ShouldCalculateBorderThicknessProperty
Field Value
System.
|
Properties
CornerRadius
Gets or sets the Corner
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
System.
|
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.
|
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.
|
Returns
System.
|