AnnotatorSettings
Class
Definition
Namespace:ArtOfTest.WebAii.Win32
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class AnnotatorSettings
Inheritance: objectAnnotatorSettings
Constructors
C#
public AnnotatorSettings()
C#
public AnnotatorSettings(Color color, float borderWidth, string fontFamilyName, float fontemSize, FontStyle fontStyle, bool ShowAnnotationMessage, Color backgroundColor, int backgroundAlpha, int borderPadding, OffsetReference infoLocation)
Properties
C#
public int BackColorAlpha { get; set; }
C#
public int BorderPadding { get; set; }
C#
public float BorderWidth { get; set; }
C#
public int CustomDisplayTime { get; set; }
C#
public float FontemSize { get; set; }
C#
public string FontFamilyName { get; set; }
C#
public OffsetReference InfoMessageLocation { get; set; }
C#
public bool ShowAnnotationMessage { get; set; }