Class SharedSizeContentPresenter
Inheritance
System.Object
SharedSizeContentPresenter
Assembly: Telerik.Windows.Controls.dll
Syntax
public class SharedSizeContentPresenter : ContentPresenter
Constructors
Initializes a new instance of the SharedSizeContentPresenter class.
Declaration
public SharedSizeContentPresenter()
Fields
Identifies the SharedSizeGroupHeight dependency property.
Declaration
public static readonly DependencyProperty SharedSizeGroupHeightProperty
Field Value
System.Windows.DependencyProperty
|
Identifies the SharedSizeGroupWidth dependency property.
Declaration
public static readonly DependencyProperty SharedSizeGroupWidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Gets or sets the name of the group this element's height will participate.
This is a dependency property.
Declaration
public string SharedSizeGroupHeight { get; set; }
Property Value
Gets or sets the name of the group this element's width will participate.
This is a dependency property.
Declaration
public string SharedSizeGroupWidth { get; set; }
Property Value
Methods
Implements shared size scope measure pass.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.Windows.Size
constraint
The constraint size.
|
Returns
System.Windows.Size
The desired size of this element.
|
Extension Methods