C# 클래스 WinRTXamlToolkit.Controls.Extensions.FrameworkElementExtensions

Extensions for the FrameworkElement class.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClipToBoundsHandlerProperty Windows.UI.Xaml.DependencyProperty
ClipToBoundsProperty Windows.UI.Xaml.DependencyProperty
CursorDisplayHandlerProperty Windows.UI.Xaml.DependencyProperty
CursorProperty Windows.UI.Xaml.DependencyProperty
SystemCursorProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetClipToBounds ( DependencyObject d ) : bool

Gets the ClipToBounds property. This dependency property indicates whether the element should be clipped to its bounds.

GetCursor ( DependencyObject d ) : CoreCursor

Gets the Cursor property. This dependency property indicates the cursor to use when a mouse cursor is moved over the control.

GetSystemCursor ( DependencyObject d ) : CoreCursorType

Gets the SystemCursor property. This dependency property indicates the system CoreCursorType to use for the control's mouse cursor.

HasNonDefaultValue ( this @this, DependencyProperty dp ) : bool

Determines whether the element has a non default value of the specified dependency property.

SetClipToBounds ( DependencyObject d, bool value ) : void

Sets the ClipToBounds property. This dependency property indicates whether the element should be clipped to its bounds.

SetCursor ( DependencyObject d, CoreCursor value ) : void

Sets the Cursor property. This dependency property indicates the cursor to use when a mouse cursor is moved over the control.

SetSystemCursor ( DependencyObject d, CoreCursorType value ) : void

Sets the SystemCursor property. This dependency property indicates the system CoreCursorType to use for the control's mouse cursor.

비공개 메소드들

메소드 설명
GetClipToBoundsHandler ( DependencyObject d ) : ClipToBoundsHandler
GetCursorDisplayHandler ( DependencyObject d ) : CursorDisplayHandler
OnClipToBoundsChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ClipToBounds property.

OnClipToBoundsHandlerChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ClipToBoundsHandler property.

OnCursorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Cursor property.

OnSystemCursorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the SystemCursor property.

SetClipToBoundsHandler ( DependencyObject d, ClipToBoundsHandler value ) : void
SetCursorDisplayHandler ( DependencyObject d, CursorDisplayHandler value ) : void

메소드 상세

GetClipToBounds() 공개 정적인 메소드

Gets the ClipToBounds property. This dependency property indicates whether the element should be clipped to its bounds.
public static GetClipToBounds ( DependencyObject d ) : bool
d Windows.UI.Xaml.DependencyObject
리턴 bool

GetCursor() 공개 정적인 메소드

Gets the Cursor property. This dependency property indicates the cursor to use when a mouse cursor is moved over the control.
public static GetCursor ( DependencyObject d ) : CoreCursor
d Windows.UI.Xaml.DependencyObject
리턴 Windows.UI.Core.CoreCursor

GetSystemCursor() 공개 정적인 메소드

Gets the SystemCursor property. This dependency property indicates the system CoreCursorType to use for the control's mouse cursor.
public static GetSystemCursor ( DependencyObject d ) : CoreCursorType
d Windows.UI.Xaml.DependencyObject
리턴 CoreCursorType

HasNonDefaultValue() 공개 정적인 메소드

Determines whether the element has a non default value of the specified dependency property.
public static HasNonDefaultValue ( this @this, DependencyProperty dp ) : bool
@this this
dp Windows.UI.Xaml.DependencyProperty The dp.
리턴 bool

SetClipToBounds() 공개 정적인 메소드

Sets the ClipToBounds property. This dependency property indicates whether the element should be clipped to its bounds.
public static SetClipToBounds ( DependencyObject d, bool value ) : void
d Windows.UI.Xaml.DependencyObject
value bool
리턴 void

SetCursor() 공개 정적인 메소드

Sets the Cursor property. This dependency property indicates the cursor to use when a mouse cursor is moved over the control.
public static SetCursor ( DependencyObject d, CoreCursor value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Core.CoreCursor
리턴 void

SetSystemCursor() 공개 정적인 메소드

Sets the SystemCursor property. This dependency property indicates the system CoreCursorType to use for the control's mouse cursor.
public static SetSystemCursor ( DependencyObject d, CoreCursorType value ) : void
d Windows.UI.Xaml.DependencyObject
value CoreCursorType
리턴 void

프로퍼티 상세

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

ClipToBoundsHandler Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml ClipToBoundsHandlerProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

ClipToBounds Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml ClipToBoundsProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

CursorDisplayHandler Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml CursorDisplayHandlerProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Cursor Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml CursorProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

SystemCursor Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml SystemCursorProperty
리턴 Windows.UI.Xaml.DependencyProperty