C# Class CompositionHelper.EasyCompositionProperties

显示文件 Open project: higankanshi/CompositionHelper

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

GetAnchorPoint() public static method

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

GetBackfaceVisibility() public static method

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

GetBorderMode() public static method

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

GetCenterPoint() public static method

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

GetCompositeMode() public static method

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

GetIsVisible() public static method

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

GetOffset() public static method

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

GetOpacity() public static method

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

GetOrientation() public static method

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

GetRotationAngle() public static method

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

GetRotationAngleInDegrees() public static method

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

GetRotationAxis() public static method

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

GetScale() public static method

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

GetSize() public static method

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

GetTransformMatrix() public static method

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

SetAnchorPoint() public static method

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

SetBackfaceVisibility() public static method

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

SetBorderMode() public static method

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

SetCenterPoint() public static method

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

SetCompositeMode() public static method

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

SetIsVisible() public static method

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

SetOffset() public static method

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

SetOpacity() public static method

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

SetOrientation() public static method

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

SetRotationAngle() public static method

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

SetRotationAngleInDegrees() public static method

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

SetRotationAxis() public static method

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

SetScale() public static method

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

SetSize() public static method

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

SetTransformMatrix() public static method

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

Property Details

AnchorPointProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AnchorPointProperty
return Windows.UI.Xaml.DependencyProperty

BackfaceVisibilityProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BackfaceVisibilityProperty
return Windows.UI.Xaml.DependencyProperty

BorderModeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BorderModeProperty
return Windows.UI.Xaml.DependencyProperty

CenterPointProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CenterPointProperty
return Windows.UI.Xaml.DependencyProperty

CompositeModeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CompositeModeProperty
return Windows.UI.Xaml.DependencyProperty

IsVisibleProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsVisibleProperty
return Windows.UI.Xaml.DependencyProperty

OffsetProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml OffsetProperty
return Windows.UI.Xaml.DependencyProperty

OpacityProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml OpacityProperty
return Windows.UI.Xaml.DependencyProperty

OrientationProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml OrientationProperty
return Windows.UI.Xaml.DependencyProperty

RotationAngleInDegreesProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RotationAngleInDegreesProperty
return Windows.UI.Xaml.DependencyProperty

RotationAngleProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RotationAngleProperty
return Windows.UI.Xaml.DependencyProperty

RotationAxisProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RotationAxisProperty
return Windows.UI.Xaml.DependencyProperty

ScaleProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ScaleProperty
return Windows.UI.Xaml.DependencyProperty

SizeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml SizeProperty
return Windows.UI.Xaml.DependencyProperty

TransformMatrixProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TransformMatrixProperty
return Windows.UI.Xaml.DependencyProperty