Visual Basic (Declaration) | |
---|---|
Public Property PitsDensity As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int PitsDensity {get; set;} |
XAML Attributes Usage | |
---|---|
<object PitsDensity =int > |
Dependencies Property Information | |
---|---|
Identifier field | PitsDensityProperty |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object PitsDensity =int > |
Dependencies Property Information | |
---|---|
Identifier field | PitsDensityProperty |
Metadata properties set to true | None |
Return Value
Density of the pits, expressed in tenths of a percent of the image area. Valid values range between 0 and 1000. This value is divided internally by 10. If this property = 1000 then the density of the pits = 100% (that is, the number of pits = the entire image area.)For XAML example, refer to AgingCommandBitmapEffect.
For C#/VB examples, refer to AgingCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family