IsBrowsable
<< Click to Display Table of Contents >> IsBrowsable |
Determines if the anchor are visible on the UI. When set to true, the anchors Y and X values can be viewed from the Drawing Objects properties.
A bool value which when true will display the anchor data values from the drawing object properties; otherwise false. Default value is true.
protected override void OnStateChange() { MyAnchor = new ChartAnchor(); MyAnchor.IsBrowsable = true; } else if (State == State.Configure) {
} |