Provides attached properties for use in expanders.
- Inheritance:
- object object
Methods
GetCanMeasureCollapsedContent(DependencyObject)
Gets the value of the CanMeasureCollapsedContent
attached property for the specified object.
Parameter | Type | Description |
---|---|---|
obj | DependencyObject | The object from which the property value is read. |
Returns
- bool:
The object's value.
GetCollapseDuration(DependencyObject)
Gets the value of the CollapseDuration
attached property for the specified object.
Parameter | Type | Description |
---|---|---|
obj | DependencyObject | The object from which the property value is read. |
Returns
- Duration:
The object's value.
GetExpandDuration(DependencyObject)
Gets the value of the ExpandDuration
attached property for the specified object.
Parameter | Type | Description |
---|---|---|
obj | DependencyObject | The object from which the property value is read. |
Returns
- Duration:
The object's value.
SetCanMeasureCollapsedContent(DependencyObject, bool)
Sets the value of the CanMeasureCollapsedContent
attached property to the specified object.
Parameter | Type | Description |
---|---|---|
obj | DependencyObject | The object to which the attached property is written. |
value | bool | The value to set. |
SetCollapseDuration(DependencyObject, Duration)
Sets the value of the CollapseDuration
attached property to the specified object.
Parameter | Type | Description |
---|---|---|
obj | DependencyObject | The object to which the attached property is written. |
value | Duration | The value to set. |
SetExpandDuration(DependencyObject, Duration)
Sets the value of the ExpandDuration
attached property to the specified object.
Parameter | Type | Description |
---|---|---|
obj | DependencyObject | The object to which the attached property is written. |
value | Duration | The value to set. |
Fields
CanMeasureCollapsedContentProperty
Identifies the CanMeasureCollapsedContent
dependency property. This field is read-only.
CollapseDurationProperty
Identifies the CollapseDuration
dependency property. This field is read-only.
ExpandDurationProperty
Identifies the ExpandDuration
dependency property. This field is read-only.