'Declaration <DescriptionAttribute("A value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.")> <RefreshPropertiesAttribute(Repaint)> <CategoryAttribute("Behavior")> <DefaultValueAttribute(False)> Public Property IsNoRotate As Boolean
[Description("A value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.")] [RefreshProperties(Repaint)] [Category("Behavior")] [DefaultValue(False)] public bool IsNoRotate { get; set; }
[Description("A value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.")] [RefreshProperties(Repaint)] [Category("Behavior")] [DefaultValue(False)] public: __property bool get_IsNoRotate(); public: __property void set_IsNoRotate(
bool value
);
[Description("A value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.")] [RefreshProperties(Repaint)] [Category("Behavior")] [DefaultValue(False)] public:
property bool IsNoRotate { bool get(); void set(bool value); }