Class AnnotatorSettings
Inheritance
System.Object
AnnotatorSettings
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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Win32
Assembly: ArtOfTest.WebAii.dll
Syntax
public class AnnotatorSettings
Constructors
AnnotatorSettings()
Declaration
public AnnotatorSettings()
AnnotatorSettings(Color, Single)
Declaration
public AnnotatorSettings(Color color, float borderWidth)
Parameters
System.Drawing.Color
color
|
System.Single
borderWidth
|
AnnotatorSettings(Color, Single, String, Single, FontStyle, Boolean, Color, Int32, Int32, OffsetReference)
Declaration
public AnnotatorSettings(Color color, float borderWidth, string fontFamilyName, float fontemSize, FontStyle fontStyle, bool ShowAnnotationMessage, Color backgroundColor, int backgroundAlpha, int borderPadding, OffsetReference infoLocation)
Parameters
System.Drawing.Color
color
|
System.Single
borderWidth
|
System.String
fontFamilyName
|
System.Single
fontemSize
|
System.Drawing.FontStyle
fontStyle
|
System.Boolean
ShowAnnotationMessage
|
System.Drawing.Color
backgroundColor
|
System.Int32
backgroundAlpha
|
System.Int32
borderPadding
|
OffsetReference
infoLocation
|
Properties
BackColor
Declaration
public Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
BackColorAlpha
Declaration
public int BackColorAlpha { get; set; }
Property Value
System.Int32
|
BorderPadding
Declaration
public int BorderPadding { get; set; }
Property Value
System.Int32
|
BorderWidth
Declaration
public float BorderWidth { get; set; }
Property Value
System.Single
|
Color
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
CustomDisplayTime
Declaration
public int CustomDisplayTime { get; set; }
Property Value
System.Int32
|
FontemSize
Declaration
public float FontemSize { get; set; }
Property Value
System.Single
|
FontFamilyName
Declaration
public string FontFamilyName { get; set; }
Property Value
System.String
|
FontStyle
Declaration
public FontStyle FontStyle { get; set; }
Property Value
System.Drawing.FontStyle
|
InfoMessageLocation
ShowAnnotationMessage
Declaration
public bool ShowAnnotationMessage { get; set; }
Property Value
System.Boolean
|