C# 클래스 ChatterBox.Client.Presentation.Shared.AttachedProperties.ActualSize

파일 보기 프로젝트 열기: openpeer/ChatterBox

공개 프로퍼티들

프로퍼티 타입 설명
ActualHeightProperty Windows.UI.Xaml.DependencyProperty
ActualWidthProperty Windows.UI.Xaml.DependencyProperty
EnabledProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetActualHeight ( DependencyObject obj ) : double

Gets the value of the ActualHeight attached property for a given dependency object.

GetActualWidth ( DependencyObject obj ) : double

Gets the value of the ActualWidth attached property for a given dependency object.

GetEnabled ( DependencyObject obj ) : bool

Gets the value of the Enabled attached property for a given dependency object.

SetActualHeight ( DependencyObject obj, double value ) : void

Sets the value of the ActualHeight attached property for a given dependency object.

SetActualWidth ( DependencyObject obj, double value ) : void

Sets the value of the ActualWidth attached property for a given dependency object.

SetEnabled ( DependencyObject obj, bool value ) : void

Sets the value of the Enabled attached property for a given dependency object.

비공개 메소드들

메소드 설명
Element_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
OnActualSizeEnable ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetActualHeight() 공개 정적인 메소드

Gets the value of the ActualHeight attached property for a given dependency object.
public static GetActualHeight ( DependencyObject obj ) : double
obj Windows.UI.Xaml.DependencyObject The object for which the property value /// is read.
리턴 double

GetActualWidth() 공개 정적인 메소드

Gets the value of the ActualWidth attached property for a given dependency object.
public static GetActualWidth ( DependencyObject obj ) : double
obj Windows.UI.Xaml.DependencyObject The object for which the property value /// is read.
리턴 double

GetEnabled() 공개 정적인 메소드

Gets the value of the Enabled attached property for a given dependency object.
public static GetEnabled ( DependencyObject obj ) : bool
obj Windows.UI.Xaml.DependencyObject The object for which the property value /// is read.
리턴 bool

SetActualHeight() 공개 정적인 메소드

Sets the value of the ActualHeight attached property for a given dependency object.
public static SetActualHeight ( DependencyObject obj, double value ) : void
obj Windows.UI.Xaml.DependencyObject The object to which the property value /// is written.
value double Sets the ActualHeight value of the specified object.
리턴 void

SetActualWidth() 공개 정적인 메소드

Sets the value of the ActualWidth attached property for a given dependency object.
public static SetActualWidth ( DependencyObject obj, double value ) : void
obj Windows.UI.Xaml.DependencyObject The object to which the property value /// is written.
value double Sets the ActualWidth value of the specified object.
리턴 void

SetEnabled() 공개 정적인 메소드

Sets the value of the Enabled attached property for a given dependency object.
public static SetEnabled ( DependencyObject obj, bool value ) : void
obj Windows.UI.Xaml.DependencyObject The object to which the property value /// is written.
value bool Sets the Enabled value of the specified object.
리턴 void

프로퍼티 상세

ActualHeightProperty 공개적으로 정적으로 프로퍼티

Identifies the ActualHeight attached property.
public static DependencyProperty,Windows.UI.Xaml ActualHeightProperty
리턴 Windows.UI.Xaml.DependencyProperty

ActualWidthProperty 공개적으로 정적으로 프로퍼티

Identifies the ActualWidth attached property.
public static DependencyProperty,Windows.UI.Xaml ActualWidthProperty
리턴 Windows.UI.Xaml.DependencyProperty

EnabledProperty 공개적으로 정적으로 프로퍼티

Identifies the Enabled attached property.
public static DependencyProperty,Windows.UI.Xaml EnabledProperty
리턴 Windows.UI.Xaml.DependencyProperty