In This Article

OfficeWhiteThemeDefinition Class

Stores the configuration options for an Office White theme.

public class OfficeWhiteThemeDefinition : OfficeThemeDefinitionBase, INotifyPropertyChanged
Inheritance:
Object ObservableObjectBase ThemeDefinition RectangularThemeDefinitionBase OfficeThemeDefinitionBase Object

Constructors

OfficeWhiteThemeDefinition(String)

Initializes an instance of the OfficeWhiteThemeDefinition class.

public OfficeWhiteThemeDefinition(string themeName)
Parameter Type Description
themeName String

The theme's name.

OfficeWhiteThemeDefinition(String, ColorFamilyName)

Initializes an instance of the OfficeWhiteThemeDefinition class.

public OfficeWhiteThemeDefinition(string themeName, ColorFamilyName colorFamilyName)
Parameter Type Description
themeName String

The theme's name.

colorFamilyName ColorFamilyName

The color family name.

Methods

ResetPrimaryAccentColorFamilyName()

Resets the related property to its default value.

public override void ResetPrimaryAccentColorFamilyName()

ResetStatusBarBackgroundKind()

Resets the related property to its default value.

public override void ResetStatusBarBackgroundKind()

ResetWindowBorderKind()

Resets the related property to its default value.

public override void ResetWindowBorderKind()

ResetWindowColorFamilyName()

Resets the related property to its default value.

public override void ResetWindowColorFamilyName()

ShouldSerializePrimaryAccentColorFamilyName()

Returns whether the related property has a non-default value.

public override bool ShouldSerializePrimaryAccentColorFamilyName()

Returns

Boolean:

true if the related property has a non-default value; otherwise, false.

ShouldSerializeStatusBarBackgroundKind()

Returns whether the related property has a non-default value.

public override bool ShouldSerializeStatusBarBackgroundKind()

Returns

Boolean:

true if the related property has a non-default value; otherwise, false.

ShouldSerializeWindowBorderKind()

Returns whether the related property has a non-default value.

public override bool ShouldSerializeWindowBorderKind()

Returns

Boolean:

true if the related property has a non-default value; otherwise, false.

ShouldSerializeWindowColorFamilyName()

Returns whether the related property has a non-default value.

public override bool ShouldSerializeWindowColorFamilyName()

Returns

Boolean:

true if the related property has a non-default value; otherwise, false.

Inherited Members