public:
property System::String ^ Layout { System::String ^ get(); void set(System::String ^ value); };
public string? Layout { get; set; }
public string Layout { get; set; }
member this.Layout : string with get, set
Public Property Layout As String
屬性值
實作