Show / Hide Table of Contents

Class ClosedShapeItem

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

Inheritance
System.Object
Item
ShapeItem
ClosedShapeItem
EllipseShapeItem
RectangleShapeItem
TableShapeItem
Inherited Members
ShapeItem.HexColorPattern
ShapeItem._strokeThickness
ShapeItem._strokeColor
ShapeItem._width
ShapeItem._height
ShapeItem.StrokeThickness
ShapeItem.StrokeColor
ShapeItem._strokeColorHex
ShapeItem.StrokeColorHex
ShapeItem.Width
ShapeItem.Height
ShapeItem._strokeStyle
ShapeItem.StrokeStyle
ShapeItem._strokeStylePattern
ShapeItem.StrokeStylePattern
ShapeItem.ConvertToUnit(UnitType)
ShapeItem.GetStrokeStylePattern()
Item.PropertyChanged
Item.OnPropertyChanged(Item, String)
Item._unitType
Item._dpi
Item._name
Item._x
Item._y
Item._dataField
Item._dataFieldFormatString
Item._useCache
Item._cacheItemId
Item.Name
Item.X
Item.Y
Item.UnitType
Item.Dpi
Item.DataField
Item.DataFieldFormatString
Item.UseCache
Item.CacheItemId
Item._printAsGraphic
Item.PrintAsGraphic
Item._visible
Item.Visible
Item._comments
Item.Comments
Item._tag
Item.Tag
Item._locked
Item.Locked
Item._editable
Item.Editable
Item._resizable
Item.Resizable
Item._expression
Item.Expression
Item._isDesignTime
Item.IsDesignTime
Item._groupName
Item.GroupName
Item._readonly
Item.ReadOnly
Item.HasFixedContent
Item.Clone()
Item.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: cs.temp.dll.dll
Syntax
public abstract class ClosedShapeItem : ShapeItem, IXmlTemplate, INotifyPropertyChanged

Fields

_fillColor

Declaration
protected Color _fillColor
Field Value
Type Description
Color

_fillColorHex

Declaration
protected string _fillColorHex
Field Value
Type Description
System.String

Properties

FillColor

Gets or sets the fill color. Default value is White which will produce a transparent fill.

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

FillColorHex

Gets or sets the fill color in hex notation.

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

The Color Hex notation is as follows #[AA]RRGGBB where A, R, G, B refers to Aplha, Red, Green and Blue pixels. The following options would also be valid: #RGB or #ARGB (in this short format all channel values must be the same), #RRGGBB or #AARRGGBB.

Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com