SpreadsheetGear 2017
PatternColor Property (IInterior)






SpreadsheetGear Namespace > IInterior Interface : PatternColor Property
Gets or sets the SpreadsheetGear.Color of the pattern for the represented interior.
Syntax
'Declaration
 
Property PatternColor As Color
'Usage
 
Dim instance As IInterior
Dim value As Color
 
instance.PatternColor = value
 
value = instance.PatternColor
Color PatternColor {get; set;}
read-write property PatternColor: Color; 
function get,set PatternColor : Color
__property Color get_PatternColor();
__property void set_PatternColor( 
   Color value
);
property Color PatternColor {
   Color get();
   void set (    Color value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IInterior Interface
IInterior Members
PatternColorDefined Property
PatternColorIndex Property
PatternThemeColor Property
PatternTintAndShade Property
Interior Property