Click or drag to resize

BaseMiniMapMaskBrush Property

Gets or sets a Brush that is used to mask the area that is not visible. Default value is #46AAAAFF (semi transparent blue).

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public Brush MaskBrush { get; set; }

Property Value

Type: Brush
See Also