Gets or sets whether this embedded space should replicate its activity to a mirror component.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<bool> Mirrored { get; set; }
Public Property Mirrored As Nullable(Of Boolean) Get Set
public: property Nullable<bool> Mirrored { Nullable<bool> get (); void set (Nullable<bool> value); }
/** @property */ public Nullable<boolean> get_Mirrored() /** @property */ public void set_Mirrored(Nullable<boolean> value)