Class Resizer
public sealed class Resizer : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
Resizer
- Implements
- Inherited Members
Fields
IsAutoSizeEnabledProperty
public static readonly DependencyProperty IsAutoSizeEnabledProperty
Field Value
IsFullWindowProperty
public static readonly DependencyProperty IsFullWindowProperty
Field Value
IsGripEnabledProperty
public static readonly DependencyProperty IsGripEnabledProperty
Field Value
IsGripVisibleProperty
public static readonly DependencyProperty IsGripVisibleProperty
Field Value
Properties
IsAutoSizeEnabled
public bool IsAutoSizeEnabled { get; set; }
Property Value
IsFullWindow
public bool IsFullWindow { get; set; }
Property Value
IsGripEnabled
public bool IsGripEnabled { get; set; }
Property Value
IsGripVisible
public bool IsGripVisible { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()