ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControl Class / ConfigureControl Property

In This Topic
    ConfigureControl Property (TransformationsControl)
    In This Topic
    Gets and sets the TransformationsControlProperties to be used to configure the TransformationsControl
    Syntax
    public TransformationsControlProperties ConfigureControl {get; set;}
    Public Property ConfigureControl As TransformationsControlProperties
    Remarks
    Updating the TransformationsControlProperties instance once it is set will not trigger any update in the TransformationsControl. To udpate the control's configuration, a new instance of TransformationsControlProperties with the new configration needs to be created and set.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also