C# 클래스 CompositionHelper.EasyCompositionProperties

파일 보기 프로젝트 열기: higankanshi/CompositionHelper

공개 프로퍼티들

프로퍼티 타입 설명
AnchorPointProperty Windows.UI.Xaml.DependencyProperty
BackfaceVisibilityProperty Windows.UI.Xaml.DependencyProperty
BorderModeProperty Windows.UI.Xaml.DependencyProperty
CenterPointProperty Windows.UI.Xaml.DependencyProperty
CompositeModeProperty Windows.UI.Xaml.DependencyProperty
IsVisibleProperty Windows.UI.Xaml.DependencyProperty
OffsetProperty Windows.UI.Xaml.DependencyProperty
OpacityProperty Windows.UI.Xaml.DependencyProperty
OrientationProperty Windows.UI.Xaml.DependencyProperty
RotationAngleInDegreesProperty Windows.UI.Xaml.DependencyProperty
RotationAngleProperty Windows.UI.Xaml.DependencyProperty
RotationAxisProperty Windows.UI.Xaml.DependencyProperty
ScaleProperty Windows.UI.Xaml.DependencyProperty
SizeProperty Windows.UI.Xaml.DependencyProperty
TransformMatrixProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetAnchorPoint ( UIElement element ) : String
GetBackfaceVisibility ( UIElement element ) : CompositionBackfaceVisibility
GetBorderMode ( UIElement element ) : CompositionBorderMode
GetCenterPoint ( UIElement element ) : String
GetCompositeMode ( UIElement element ) : CompositionCompositeMode
GetIsVisible ( UIElement element ) : bool
GetOffset ( UIElement element ) : String
GetOpacity ( UIElement element ) : String
GetOrientation ( UIElement element ) : String
GetRotationAngle ( UIElement element ) : String
GetRotationAngleInDegrees ( UIElement element ) : String
GetRotationAxis ( UIElement element ) : String
GetScale ( UIElement element ) : String
GetSize ( UIElement element ) : String
GetTransformMatrix ( UIElement element ) : String
SetAnchorPoint ( UIElement element, String value ) : void
SetBackfaceVisibility ( UIElement element, CompositionBackfaceVisibility value ) : void
SetBorderMode ( UIElement element, CompositionBorderMode value ) : void
SetCenterPoint ( UIElement element, String value ) : void
SetCompositeMode ( UIElement element, CompositionCompositeMode value ) : void
SetIsVisible ( UIElement element, bool value ) : void
SetOffset ( UIElement element, String value ) : void
SetOpacity ( UIElement element, String value ) : void
SetOrientation ( UIElement element, String value ) : void
SetRotationAngle ( UIElement element, String value ) : void
SetRotationAngleInDegrees ( UIElement element, String value ) : void
SetRotationAxis ( UIElement element, String value ) : void
SetScale ( UIElement element, String value ) : void
SetSize ( UIElement element, String value ) : void
SetTransformMatrix ( UIElement element, String value ) : void

메소드 상세

GetAnchorPoint() 공개 정적인 메소드

public static GetAnchorPoint ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetBackfaceVisibility() 공개 정적인 메소드

public static GetBackfaceVisibility ( UIElement element ) : CompositionBackfaceVisibility
element Windows.UI.Xaml.UIElement
리턴 CompositionBackfaceVisibility

GetBorderMode() 공개 정적인 메소드

public static GetBorderMode ( UIElement element ) : CompositionBorderMode
element Windows.UI.Xaml.UIElement
리턴 CompositionBorderMode

GetCenterPoint() 공개 정적인 메소드

public static GetCenterPoint ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetCompositeMode() 공개 정적인 메소드

public static GetCompositeMode ( UIElement element ) : CompositionCompositeMode
element Windows.UI.Xaml.UIElement
리턴 CompositionCompositeMode

GetIsVisible() 공개 정적인 메소드

public static GetIsVisible ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
리턴 bool

GetOffset() 공개 정적인 메소드

public static GetOffset ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetOpacity() 공개 정적인 메소드

public static GetOpacity ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetOrientation() 공개 정적인 메소드

public static GetOrientation ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetRotationAngle() 공개 정적인 메소드

public static GetRotationAngle ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetRotationAngleInDegrees() 공개 정적인 메소드

public static GetRotationAngleInDegrees ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetRotationAxis() 공개 정적인 메소드

public static GetRotationAxis ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetScale() 공개 정적인 메소드

public static GetScale ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetSize() 공개 정적인 메소드

public static GetSize ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetTransformMatrix() 공개 정적인 메소드

public static GetTransformMatrix ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

SetAnchorPoint() 공개 정적인 메소드

public static SetAnchorPoint ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetBackfaceVisibility() 공개 정적인 메소드

public static SetBackfaceVisibility ( UIElement element, CompositionBackfaceVisibility value ) : void
element Windows.UI.Xaml.UIElement
value CompositionBackfaceVisibility
리턴 void

SetBorderMode() 공개 정적인 메소드

public static SetBorderMode ( UIElement element, CompositionBorderMode value ) : void
element Windows.UI.Xaml.UIElement
value CompositionBorderMode
리턴 void

SetCenterPoint() 공개 정적인 메소드

public static SetCenterPoint ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetCompositeMode() 공개 정적인 메소드

public static SetCompositeMode ( UIElement element, CompositionCompositeMode value ) : void
element Windows.UI.Xaml.UIElement
value CompositionCompositeMode
리턴 void

SetIsVisible() 공개 정적인 메소드

public static SetIsVisible ( UIElement element, bool value ) : void
element Windows.UI.Xaml.UIElement
value bool
리턴 void

SetOffset() 공개 정적인 메소드

public static SetOffset ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetOpacity() 공개 정적인 메소드

public static SetOpacity ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetOrientation() 공개 정적인 메소드

public static SetOrientation ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetRotationAngle() 공개 정적인 메소드

public static SetRotationAngle ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetRotationAngleInDegrees() 공개 정적인 메소드

public static SetRotationAngleInDegrees ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetRotationAxis() 공개 정적인 메소드

public static SetRotationAxis ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetScale() 공개 정적인 메소드

public static SetScale ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetSize() 공개 정적인 메소드

public static SetSize ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetTransformMatrix() 공개 정적인 메소드

public static SetTransformMatrix ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

프로퍼티 상세

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

public static DependencyProperty,Windows.UI.Xaml AnchorPointProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml BackfaceVisibilityProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml BorderModeProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml CenterPointProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml CompositeModeProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml IsVisibleProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml OffsetProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml OpacityProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml OrientationProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml RotationAngleInDegreesProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml RotationAngleProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml RotationAxisProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml ScaleProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml SizeProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml TransformMatrixProperty
리턴 Windows.UI.Xaml.DependencyProperty