ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / IsSketchTipControlTransparent Property

In This Topic
    IsSketchTipControlTransparent Property
    In This Topic
    Gets and sets if the sketch tip embeddable control is transparent. The default value is false. The sketch tip embeddable control is the control set by the SketchTipID property.
    Syntax
    protected bool IsSketchTipControlTransparent {get; set;}
    Protected Property IsSketchTipControlTransparent As Boolean
    Remarks
    This property is ignored if SketchTip rather than SketchTipID is set. See SketchTipID and SketchTipEmbeddableControl.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also