Class ResizeGripsPermissions
Inheritance
System.Object
ResizeGripsPermissions
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ResizeGripsPermissions : ICloneable
Constructors
ResizeGripsPermissions()
Declaration
public ResizeGripsPermissions()
ResizeGripsPermissions(Boolean)
Declaration
public ResizeGripsPermissions(bool defaultValue)
Parameters
| Type |
Name |
Description |
| System.Boolean |
defaultValue |
|
ResizeGripsPermissions(Boolean, Boolean, Boolean)
Declaration
public ResizeGripsPermissions(bool proportional, bool arbitrary, bool arbitraryFirst = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
proportional |
|
| System.Boolean |
arbitrary |
|
| System.Boolean |
arbitraryFirst |
|
Fields
Arbitrary
Declaration
public static readonly string Arbitrary
Field Value
| Type |
Description |
| System.String |
|
Proportional
Declaration
public static readonly string Proportional
Field Value
| Type |
Description |
| System.String |
|
Properties
Corner
Declaration
public string[] Corner { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
CornerArbitrary
Declaration
public bool CornerArbitrary { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CornerProportional
Declaration
public bool CornerProportional { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Edge
Declaration
public bool Edge { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Clone()
Declaration
Returns
| Type |
Description |
| System.Object |
|
Equals(ResizeGripsPermissions)
Declaration
public bool Equals(ResizeGripsPermissions other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
Description |
| System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged