New to Telerik Test StudioStart a free 30-day trial

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)
Parameters:colorColorborderWidthfloatfontFamilyNamestringfontemSizefloatfontStyleFontStyleShowAnnotationMessageboolbackgroundColorColorbackgroundAlphaintborderPaddingintinfoLocationOffsetReference
C#
public AnnotatorSettings(Color color, float borderWidth)
Parameters:colorColorborderWidthfloat

Properties

C#
public Color BackColor { get; set; }
C#
public int BackColorAlpha { get; set; }
C#
public int BorderPadding { get; set; }
C#
public float BorderWidth { get; set; }
C#
public Color Color { get; set; }
C#
public int CustomDisplayTime { get; set; }
C#
public float FontemSize { get; set; }
C#
public string FontFamilyName { get; set; }
C#
public FontStyle FontStyle { get; set; }
C#
public OffsetReference InfoMessageLocation { get; set; }
C#
public bool ShowAnnotationMessage { get; set; }