ShareUIOptions.Theme Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the share UI theme.
public:
property ShareUITheme Theme { ShareUITheme get(); void set(ShareUITheme value); };
ShareUITheme Theme();
void Theme(ShareUITheme value);
public ShareUITheme Theme { get; set; }
var shareUITheme = shareUIOptions.theme;
shareUIOptions.theme = shareUITheme;
Public Property Theme As ShareUITheme
Property Value
The share UI theme.