Visual Basic (Declaration) | |
---|---|
Public Property GreenGrayFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int GreenGrayFactor {get; set;} |
XAML Attributes Usage | |
---|---|
<object GreenGrayFactor =int > |
Dependencies Property Information | |
---|---|
Identifier field | GreenGrayFactorProperty |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object GreenGrayFactor =int > |
Dependencies Property Information | |
---|---|
Identifier field | GreenGrayFactorProperty |
Metadata properties set to true | None |
Return Value
Additional weighting factor (percentage) used to modify the green component in the output pixel. This value can be negative. Possible values are -1000 to 1000.For XAML example, refer to ConvertToColoredGrayCommandBitmapEffect.
For C#/VB examples, refer to ConvertToColoredGrayCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family