Class BoundedTextItem
Inheritance
System.Object
BoundedTextItem
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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class BoundedTextItem : BaseTextItem, ICloneable, IWrappedTextItem, IBoundedTextItem
Constructors
BoundedTextItem()
Declaration
BoundedTextItem(String, RectangleF, String, Single)
Declaration
public BoundedTextItem(string text = "", RectangleF rectangle = null, string fontPostScriptName = null, float fontSize = 10F)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
| System.Drawing.RectangleF |
rectangle |
|
| System.String |
fontPostScriptName |
|
| System.Single |
fontSize |
|
Properties
FirstBaselineMinOffset
Declaration
public float FirstBaselineMinOffset { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
FirstBaselineOffset
Declaration
public FirstBaselineOffset FirstBaselineOffset { get; set; }
Property Value
IsVertical
Declaration
public bool IsVertical { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OriginalHorizontalScale
Declaration
public float? OriginalHorizontalScale { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Single> |
|
OriginalVerticalScale
Declaration
public float? OriginalVerticalScale { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Single> |
|
OverflowStrategy
Declaration
public OverflowStrategy OverflowStrategy { get; set; }
Property Value
ParagraphSettings
Declaration
public ParagraphSettings ParagraphSettings { get; set; }
Property Value
ScheduledFitMode
Declaration
public FitMode? ScheduledFitMode { get; set; }
Property Value
| Type |
Description |
| System.Nullable<FitMode> |
|
ShrinkMode
Declaration
public ShrinkMode ShrinkMode { get; set; }
Property Value
SourceRectangle
Declaration
public override RectangleF SourceRectangle { get; }
Property Value
| Type |
Description |
| System.Drawing.RectangleF |
|
Overrides
TextRectangle
Declaration
public RectangleF TextRectangle { get; set; }
Property Value
| Type |
Description |
| System.Drawing.RectangleF |
|
VerticalAlignment
Declaration
public TextVerticalAlignment VerticalAlignment { get; set; }
Property Value
WrappingMargin
Declaration
public float WrappingMargin { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
WrappingPath
Declaration
public Path WrappingPath { get; set; }
Property Value
Methods
Accept(ItemVisitor)
Declaration
public override Task Accept(ItemVisitor visitor)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Overrides
Accept<T>(ItemVisitor<T>)
Declaration
public override Task<T> Accept<T>(ItemVisitor<T> visitor)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<T> |
|
Type Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.RectangleItem.Accept<T>(Aurigma.DesignAtoms.Model.ItemVisitor<T>)
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 Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.BaseTextItem.DeepClone<TItem>(TItem, System.Boolean)
Equals(BoundedTextItem)
Declaration
protected bool Equals(BoundedTextItem 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
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable