This property overrides inherited property to hide it.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property RightToLeft As RightToLeft |
| C# |
|---|
public RightToLeft RightToLeft { get; set; } |
| Visual C++ |
|---|
public: property RightToLeft RightToLeft { RightToLeft get (); void set (RightToLeft value); } |
| JavaScript |
|---|
function get_rightToLeft(); function set_rightToLeft(value); |