Back to Website
Show / Hide Table of Contents

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()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ItemData

Constructors

ItemData()

Declaration
public ItemData()

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
Type Description
BarcodeData

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
Type Description
ItemData

ContentResizeMode

Declaration
public PlaceholderItem.ResizeMode? ContentResizeMode { get; set; }
Property Value
Type Description
System.Nullable<PlaceholderItem.ResizeMode>

ContentTransform

Declaration
public Transform ContentTransform { get; set; }
Property Value
Type Description
Transform

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
Type Description
FontSettings

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

IgnoreExistingTransform

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
Type Description
ShadowSettings

Size

Declaration
public ItemSize Size { get; set; }
Property Value
Type Description
ItemSize

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
Type Description
StrokeSettings

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

TextAlignment

Declaration
public TextAlignment? TextAlignment { get; set; }
Property Value
Type Description
System.Nullable<TextAlignment>

TextFillColor

Declaration
public string TextFillColor { get; set; }
Property Value
Type Description
System.String

TextVerticalAlignment

Declaration
public TextVerticalAlignment? TextVerticalAlignment { get; set; }
Property Value
Type Description
System.Nullable<TextVerticalAlignment>

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()
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...