C# Class Glass.Design.Designer.DesignOptions

显示文件 Open project: SuperJMN/Glass

Public Properties

Property Type Description
CanRotateProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCanRotate ( DependencyObject d ) : bool

Gets the CanRotate property. This dependency property indicates ....

SetCanRotate ( DependencyObject d, bool value ) : void

Sets the CanRotate property. This dependency property indicates ....

Method Details

GetCanRotate() public static method

Gets the CanRotate property. This dependency property indicates ....
public static GetCanRotate ( DependencyObject d ) : bool
d System.Windows.DependencyObject
return bool

SetCanRotate() public static method

Sets the CanRotate property. This dependency property indicates ....
public static SetCanRotate ( DependencyObject d, bool value ) : void
d System.Windows.DependencyObject
value bool
return void

Property Details

CanRotateProperty public_oe static_oe property

CanRotate Attached Dependency Property
public static DependencyProperty,System.Windows CanRotateProperty
return System.Windows.DependencyProperty