'Declaration
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("IsMirroredDescr")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("CatLayout")> Public ReadOnly Property IsMirrored As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean value = instance.IsMirrored
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("IsMirroredDescr")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.Browsable(false)] [SRCategory("CatLayout")] public System.bool IsMirrored {get;}
public read-only property IsMirrored: System.Boolean;
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("IsMirroredDescr") System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) System.ComponentModel.BrowsableAttribute() SRCategoryAttribute("CatLayout") public function get IsMirrored : System.boolean
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("IsMirroredDescr")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.Browsable(false)] [SRCategory("CatLayout")] public: __property System.bool get_IsMirrored();
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("IsMirroredDescr")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.Browsable(false)] [SRCategory("CatLayout")] public: property System.bool IsMirrored { System.bool get(); }