Skip to main content

Class ResizeGripsPermissions

Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ResizeGripsPermissions : ICloneable

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

Constructors

ResizeGripsPermissions

public ResizeGripsPermissions()

ResizeGripsPermissions

public ResizeGripsPermissions(bool defaultValue)

ResizeGripsPermissions

public ResizeGripsPermissions(bool proportional, bool arbitrary, bool arbitraryFirst = true)

Properties

Edge

public bool Edge { get; set; }

Corner

public string[] Corner { get; set; }

CornerArbitrary

public bool CornerArbitrary { get; set; }

CornerProportional

public bool CornerProportional { get; set; }

Methods

Clone

public object Clone()
Returns

System.Object

Equals

public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

Equals

public bool Equals(ResizeGripsPermissions other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.ResizeGripsPermissionsother
Returns

System.Boolean

OnPropertyChanged

protected void OnPropertyChanged(string name)
Parameters
TypeNameDescription
System.Stringname

Fields

Proportional

public static readonly string Proportional

Arbitrary

public static readonly string Arbitrary

Events

PropertyChanged

public event PropertyChangedEventHandler PropertyChanged
Was this page helpful?