Table of Contents

Class Resizer

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
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

DependencyProperty

IsFullWindowProperty

public static readonly DependencyProperty IsFullWindowProperty

Field Value

DependencyProperty

IsGripEnabledProperty

public static readonly DependencyProperty IsGripEnabledProperty

Field Value

DependencyProperty

IsGripVisibleProperty

public static readonly DependencyProperty IsGripVisibleProperty

Field Value

DependencyProperty

Properties

IsAutoSizeEnabled

public bool IsAutoSizeEnabled { get; set; }

Property Value

bool

IsFullWindow

public bool IsFullWindow { get; set; }

Property Value

bool

IsGripEnabled

public bool IsGripEnabled { get; set; }

Property Value

bool

IsGripVisible

public bool IsGripVisible { get; set; }

Property Value

bool

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()