[]
Represents the interior of an object.
public interface IInterior
Gets or sets the Color of the represented interior.
Color Color { get; set; }
Gets or sets the color of the interior.
int ColorIndex { get; set; }
Gets the Gradient property of an Interior object of a selection.
object Gradient { get; }
Nullable ILinearGradient or IRectangularGradient.
Gets or sets the interior pattern.
Pattern Pattern { get; set; }
Gets or sets the Color of the pattern for the represented interior.
Color PatternColor { get; set; }
Gets or sets the color of the interior pattern as an index into the current color palette.
int PatternColorIndex { get; set; }
Gets or sets a theme color pattern for an Interior object.
ThemeColor PatternThemeColor { get; set; }
Gets or sets a tint and shade pattern for an Interior object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
double PatternTintAndShade { get; set; }
Gets or sets the theme color in the applied color scheme that is associated with the specified object.
ThemeColor ThemeColor { get; set; }
Gets or sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
double TintAndShade { get; set; }