Show / Hide Table of Contents

Class ShapeItem

An abstract base class that provides basic functionality for any descended ShapeItem class.

Inheritance
System.Object
Item
ShapeItem
Inherited Members
PropertyChanged
OnPropertyChanged(Item, String)
Name
X
Y
UnitType
Dpi
DataField
DataFieldFormatString
UseCache
CacheItemId
PrintAsGraphic
Comments
Tag
Locked
Clone()
UpdateFrom(Item)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public abstract class ShapeItem : Item, IXmlTemplate, INotifyPropertyChanged

Properties

Height

Gets or sets the height of the shape item. Default value is 1

Declaration
public double Height { get; set; }
Property Value
Type Description
System.Double

StrokeColor

Gets or sets the border color. Default value is Black

Declaration
public Color StrokeColor { get; set; }
Property Value
Type Description
Color

StrokeThickness

Gets or sets the border thickness. Default value is 0.01

Declaration
public double StrokeThickness { get; set; }
Property Value
Type Description
System.Double
Exceptions
Type Condition
System.ArgumentException

The specified value is less than 0.

Width

Gets or sets the width of the shape item. Default value is 1

Declaration
public double Width { get; set; }
Property Value
Type Description
System.Double

Methods

ConvertToUnit(UnitType)

Declaration
public override void ConvertToUnit(UnitType unit)
Parameters
Type Name Description
UnitType unit
Overrides
ConvertToUnit(UnitType)
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com