GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Meter Class / SelectionObject Property
In This Topic
    SelectionObject Property (Meter)
    In This Topic
    The object that appears to be selected, when the meter is selected, is the background object.
    Syntax
    public override GoObject SelectionObject {get;}
    Remarks
    The Shadowed, Resizable, Reshapable, and ResizesRealtime properties for the meter as a whole are determined by the corresponding properties on the Background object. If the Background object is null, then the meter as a whole is shown with selection handle(s).
    See Also