Gets or sets the size of the pen sample markers.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double BadQualityMarkerSize { get; set; }
Visual Basic
Public Property BadQualityMarkerSize As Double
	Get
	Set
JScript
function get BadQualityMarkerSize () : double
function set BadQualityMarkerSize (value : double)

Remarks

Setting this property to zero will cause pen markers to automatically scale proportionally to the StrokeThickness property.
A negative value will be ignored.

See Also