C# Class AsterixDisplayAnalyser.DisplayAttributes.DisplayAttributesType

Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
AreaPolygonColor Color
ImageSize System.Drawing.Size
ItemName string
LineColor Color
LineStyle DashStyle
LineWidth int
TextColor Color
TextFont System.Drawing.FontFamily
TextSize int

Property Details

AreaPolygonColor public_oe property

public Color AreaPolygonColor
return Color

ImageSize public_oe property

public Size,System.Drawing ImageSize
return System.Drawing.Size

ItemName public_oe property

public string ItemName
return string

LineColor public_oe property

public Color LineColor
return Color

LineStyle public_oe property

public DashStyle LineStyle
return DashStyle

LineWidth public_oe property

public int LineWidth
return int

TextColor public_oe property

public Color TextColor
return Color

TextFont public_oe property

public FontFamily,System.Drawing TextFont
return System.Drawing.FontFamily

TextSize public_oe property

public int TextSize
return int