FeatureRotatedEditInteractiveOverlayEventArgs¶
Namespace: ThinkGeo.UI.Android
Provides data for the FeatureRotated. event.
public class FeatureRotatedEditInteractiveOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → FeatureRotatedEditInteractiveOverlayEventArgs
Properties¶
RotatedFeature¶
This property gets or sets the Feature rotated.
public Feature RotatedFeature { get; set; }
Property Value¶
Feature
Constructors¶
FeatureRotatedEditInteractiveOverlayEventArgs()¶
This is the default constructor of this parameter.
public FeatureRotatedEditInteractiveOverlayEventArgs()
Remarks:
If you use this constructor, you have to set the properties manually before use.
FeatureRotatedEditInteractiveOverlayEventArgs(Feature)¶
This is the commonly used constructor.
public FeatureRotatedEditInteractiveOverlayEventArgs(Feature rotatedFeature)
Parameters¶
rotatedFeature
Feature
This parameter specified the feature rotated.