C# 클래스 LitDev.ShapeProperty

파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ShapeProperty ( UIElement obj, RotateTransform rotateTransform, ScaleTransform scaleTransform, Point point ) : System

메소드 상세

ShapeProperty() 공개 메소드

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
리턴 System

프로퍼티 상세

angle 공개적으로 프로퍼티

public double angle
리턴 double

modified 공개적으로 프로퍼티

public bool modified
리턴 bool

obj 공개적으로 프로퍼티

public UIElement obj
리턴 UIElement

opacity 공개적으로 프로퍼티

public double opacity
리턴 double

point 공개적으로 프로퍼티

public Point point
리턴 Point

rotateTransform 공개적으로 프로퍼티

public RotateTransform,System.Windows.Media rotateTransform
리턴 System.Windows.Media.RotateTransform

scale 공개적으로 프로퍼티

public Vector,System.Windows scale
리턴 System.Windows.Vector

scaleTransform 공개적으로 프로퍼티

public ScaleTransform,System.Windows.Media scaleTransform
리턴 System.Windows.Media.ScaleTransform

visibility 공개적으로 프로퍼티

public Visibility visibility
리턴 Visibility