C# Class CompositionHelper.EasyCompositionProperties

Afficher le fichier Open project: higankanshi/CompositionHelper

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public static GetAnchorPoint ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetBackfaceVisibility() public static méthode

public static GetBackfaceVisibility ( UIElement element ) : CompositionBackfaceVisibility
element Windows.UI.Xaml.UIElement
Résultat CompositionBackfaceVisibility

GetBorderMode() public static méthode

public static GetBorderMode ( UIElement element ) : CompositionBorderMode
element Windows.UI.Xaml.UIElement
Résultat CompositionBorderMode

GetCenterPoint() public static méthode

public static GetCenterPoint ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetCompositeMode() public static méthode

public static GetCompositeMode ( UIElement element ) : CompositionCompositeMode
element Windows.UI.Xaml.UIElement
Résultat CompositionCompositeMode

GetIsVisible() public static méthode

public static GetIsVisible ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
Résultat bool

GetOffset() public static méthode

public static GetOffset ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetOpacity() public static méthode

public static GetOpacity ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetOrientation() public static méthode

public static GetOrientation ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetRotationAngle() public static méthode

public static GetRotationAngle ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetRotationAngleInDegrees() public static méthode

public static GetRotationAngleInDegrees ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetRotationAxis() public static méthode

public static GetRotationAxis ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetScale() public static méthode

public static GetScale ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetSize() public static méthode

public static GetSize ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetTransformMatrix() public static méthode

public static GetTransformMatrix ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

SetAnchorPoint() public static méthode

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

SetBackfaceVisibility() public static méthode

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

SetBorderMode() public static méthode

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

SetCenterPoint() public static méthode

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

SetCompositeMode() public static méthode

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

SetIsVisible() public static méthode

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

SetOffset() public static méthode

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

SetOpacity() public static méthode

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

SetOrientation() public static méthode

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

SetRotationAngle() public static méthode

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

SetRotationAngleInDegrees() public static méthode

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

SetRotationAxis() public static méthode

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

SetScale() public static méthode

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

SetSize() public static méthode

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

SetTransformMatrix() public static méthode

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

Property Details

AnchorPointProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AnchorPointProperty
Résultat Windows.UI.Xaml.DependencyProperty

BackfaceVisibilityProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BackfaceVisibilityProperty
Résultat Windows.UI.Xaml.DependencyProperty

BorderModeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BorderModeProperty
Résultat Windows.UI.Xaml.DependencyProperty

CenterPointProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CenterPointProperty
Résultat Windows.UI.Xaml.DependencyProperty

CompositeModeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CompositeModeProperty
Résultat Windows.UI.Xaml.DependencyProperty

IsVisibleProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsVisibleProperty
Résultat Windows.UI.Xaml.DependencyProperty

OffsetProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml OffsetProperty
Résultat Windows.UI.Xaml.DependencyProperty

OpacityProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml OpacityProperty
Résultat Windows.UI.Xaml.DependencyProperty

OrientationProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml OrientationProperty
Résultat Windows.UI.Xaml.DependencyProperty

RotationAngleInDegreesProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RotationAngleInDegreesProperty
Résultat Windows.UI.Xaml.DependencyProperty

RotationAngleProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RotationAngleProperty
Résultat Windows.UI.Xaml.DependencyProperty

RotationAxisProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RotationAxisProperty
Résultat Windows.UI.Xaml.DependencyProperty

ScaleProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ScaleProperty
Résultat Windows.UI.Xaml.DependencyProperty

SizeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml SizeProperty
Résultat Windows.UI.Xaml.DependencyProperty

TransformMatrixProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TransformMatrixProperty
Résultat Windows.UI.Xaml.DependencyProperty