Class TextViolationSettings
Inheritance
System.Object
TextViolationSettings
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 TextViolationSettings : ShapeViolationSettings
Constructors
TextViolationSettings()
Declaration
public TextViolationSettings()
TextViolationSettings(Boolean)
Declaration
public TextViolationSettings(bool defaultValue)
Parameters
| Type |
Name |
Description |
| System.Boolean |
defaultValue |
|
Properties
AllowInPlaceText
Declaration
public bool AllowInPlaceText { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowTextCrop
Declaration
public bool AllowTextCrop { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
DeepClone<TItem>(TItem)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null)
where TItem : ViolationSettings
Parameters
| Type |
Name |
Description |
| TItem |
clone |
|
Returns
Type Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.ShapeViolationSettings.DeepClone<TItem>(TItem)
Equals(TextViolationSettings)
Declaration
protected bool Equals(TextViolationSettings 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