ArcObjects Component Help  (Core)    

IElementProperties2.AutoTransform Property

Indicates if transform is applied to symbols and other parts of element. False = only apply transform to geometry.

[Visual Basic 6.0]
Property AutoTransform As Boolean
[Visual Basic .NET]
Public Property AutoTransform As Boolean
[C#]
public bool AutoTransform {get; set;}
[C++]
public: __property bool get_AutoTransform();
public: __property void set_AutoTransform(bool );