C# Class LitDev.ShapeProperty

Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
ShapeProperty ( UIElement obj, RotateTransform rotateTransform, ScaleTransform scaleTransform, Point point ) : System

Method Details

ShapeProperty() public method

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
return System

Property Details

angle public property

public double angle
return double

modified public property

public bool modified
return bool

obj public property

public UIElement obj
return UIElement

opacity public property

public double opacity
return double

point public property

public Point point
return Point

rotateTransform public property

public RotateTransform,System.Windows.Media rotateTransform
return System.Windows.Media.RotateTransform

scale public property

public Vector,System.Windows scale
return System.Windows.Vector

scaleTransform public property

public ScaleTransform,System.Windows.Media scaleTransform
return System.Windows.Media.ScaleTransform

visibility public property

public Visibility visibility
return Visibility