C# Class LitDev.ShapeProperty

Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
angle double
modified bool
obj UIElement
opacity double
point Point
rotateTransform System.Windows.Media.RotateTransform
scale System.Windows.Vector
scaleTransform System.Windows.Media.ScaleTransform
visibility Visibility

Méthodes publiques

Méthode Description
ShapeProperty ( UIElement obj, RotateTransform rotateTransform, ScaleTransform scaleTransform, Point point ) : System

Method Details

ShapeProperty() public méthode

public ShapeProperty ( UIElement obj, RotateTransform rotateTransform, ScaleTransform scaleTransform, Point point ) : System
obj UIElement
rotateTransform System.Windows.Media.RotateTransform
scaleTransform System.Windows.Media.ScaleTransform
point Point
Résultat System

Property Details

angle public_oe property

public double angle
Résultat double

modified public_oe property

public bool modified
Résultat bool

obj public_oe property

public UIElement obj
Résultat UIElement

opacity public_oe property

public double opacity
Résultat double

point public_oe property

public Point point
Résultat Point

rotateTransform public_oe property

public RotateTransform,System.Windows.Media rotateTransform
Résultat System.Windows.Media.RotateTransform

scale public_oe property

public Vector,System.Windows scale
Résultat System.Windows.Vector

scaleTransform public_oe property

public ScaleTransform,System.Windows.Media scaleTransform
Résultat System.Windows.Media.ScaleTransform

visibility public_oe property

public Visibility visibility
Résultat Visibility