Class ItemData
Inheritance
System.Object
ItemData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
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
Constructors
ItemData()
Declaration
Properties
AltColor
Declaration
public string AltColor { get; set; }
Property Value
Type |
Description |
System.String |
|
AltDashWidth
Declaration
public float? AltDashWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
BarcodeColor
Declaration
public string BarcodeColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BarcodeData
Declaration
public BarcodeData BarcodeData { get; set; }
Property Value
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidth
Declaration
public float? BorderWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
ClipartColors
Declaration
public string[] ClipartColors { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
Content
Declaration
public ItemData Content { get; set; }
Property Value
ContentResizeMode
Declaration
public PlaceholderItem.ResizeMode? ContentResizeMode { get; set; }
Property Value
ContentTransform
Declaration
public Transform ContentTransform { get; set; }
Property Value
DashWidth
Declaration
public float? DashWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
FillColor
Declaration
public string FillColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Font
Declaration
public FontSettings Font { get; set; }
Property Value
FormattedText
Declaration
public string FormattedText { get; set; }
Property Value
Type |
Description |
System.String |
|
HorizontalLineColor
Declaration
public string HorizontalLineColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? IgnoreExistingTransform { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Image
Declaration
public string Image { get; set; }
Property Value
Type |
Description |
System.String |
|
IsVertical
Declaration
public bool? IsVertical { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Leading
Declaration
public float? Leading { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Location
Declaration
public PointF? Location { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Drawing.PointF> |
|
Opacity
Declaration
public float? Opacity { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
OverprintFill
Declaration
public bool? OverprintFill { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
OverprintStroke
Declaration
public bool? OverprintStroke { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
OverprintText
Declaration
public bool? OverprintText { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Shadow
Declaration
public ShadowSettings Shadow { get; set; }
Property Value
Size
Declaration
public ItemSize Size { get; set; }
Property Value
SourcePoint0
Declaration
public PointF? SourcePoint0 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Drawing.PointF> |
|
SourcePoint1
Declaration
public PointF? SourcePoint1 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Drawing.PointF> |
|
Stroke
Declaration
public StrokeSettings Stroke { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextAlignment
Declaration
public TextAlignment? TextAlignment { get; set; }
Property Value
TextFillColor
Declaration
public string TextFillColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TextVerticalAlignment
Declaration
public TextVerticalAlignment? TextVerticalAlignment { get; set; }
Property Value
Tracking
Declaration
public float? Tracking { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Underline
Declaration
public bool? Underline { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
VerticalLineColor
Declaration
public string VerticalLineColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public float? Width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()