Gets or sets the maximum value of the fade color.
Syntax
Visual Basic (Declaration) | |
---|
Public Property MaximumGray As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FadedMaskCommand
Dim value As Integer
instance.MaximumGray = value
value = instance.MaximumGray |
C# | |
---|
public int MaximumGray {get; set;} |
C++/CLI | |
---|
public:
property int MaximumGray {
int get();
void set ( int value);
} |
Property Value
The maximum value of the fade color. Possible values are between 0 and 255.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also