API Reference
Enum
LegacyPptBackgroundKind
Identifies the OfficeArt fill used by a binary slide or master background.
Inheritance
- Enum
- LegacyPptBackgroundKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyPptBackground.Kind
- Field LegacyPptBackgroundKind.CenterGradient
- Field LegacyPptBackgroundKind.Inherited
- Field LegacyPptBackgroundKind.LinearGradient
- Field LegacyPptBackgroundKind.None
- Field LegacyPptBackgroundKind.Pattern
- Field LegacyPptBackgroundKind.Picture
- Field LegacyPptBackgroundKind.ScaleGradient
- Field LegacyPptBackgroundKind.ShapeGradient
- Field LegacyPptBackgroundKind.Solid
- Field LegacyPptBackgroundKind.Texture
- Field LegacyPptBackgroundKind.TitleGradient
- Field LegacyPptBackgroundKind.Unsupported
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyPptBackgroundKind None #The background shape explicitly disables its fill.
Value:
0public const LegacyPptBackgroundKind ShapeGradient #A gradient following the shape geometry.
Value:
7public const LegacyPptBackgroundKind Unsupported #An undefined fill type retained by its raw value.
Value:
11