Class ArchedTextItem
Inheritance
System.Object
ArchedTextItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ArchedTextItem : BaseTextItem, ICloneable
Constructors
ArchedTextItem(String, PointF, String, Single)
Declaration
public ArchedTextItem(string text = "", PointF center = null, string fontPostScriptName = null, float fontSize = 10F)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | |
| PointF | center | |
| System.String | fontPostScriptName | |
| System.Single | fontSize |
Properties
Bend
Declaration
public float Bend { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Center
Declaration
public PointF Center { get; set; }
Property Value
| Type | Description |
|---|---|
| PointF |
MaxLineCount
Declaration
public override int? MaxLineCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Overrides
Methods
ApplyPermissionsConstrain()
Declaration
public override void ApplyPermissionsConstrain()
Overrides
DeepClone<TItem>(TItem, Boolean)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null, bool keepIds = false)
where TItem : ModelComponent
Parameters
| Type | Name | Description |
|---|---|---|
| TItem | clone | |
| System.Boolean | keepIds |
Returns
| Type | Description |
|---|---|
| TItem |
Type Parameters
| Name | Description |
|---|---|
| TItem |
Overrides
Aurigma.DesignAtoms.Model.Items.BaseTextItem.DeepClone<TItem>(TItem, System.Boolean)
Equals(ArchedTextItem)
Declaration
protected bool Equals(ArchedTextItem other)
Parameters
| Type | Name | Description |
|---|---|---|
| ArchedTextItem | other |
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
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable