Dart.Emulation Namespace > Vt Class : BackgroundImageLayout Property |
Public Shadows Property BackgroundImageLayout As ImageLayout
Dim instance As Vt Dim value As ImageLayout instance.BackgroundImageLayout = value value = instance.BackgroundImageLayout
public new ImageLayout BackgroundImageLayout {get; set;}
public: __property new ImageLayout get_BackgroundImageLayout(); public: __property new void set_BackgroundImageLayout( ImageLayout value );
public: new property ImageLayout BackgroundImageLayout { ImageLayout get(); void set ( ImageLayout value); }