Visual Basic (Declaration) | |
---|---|
Public Property MaximumScratchLength As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int MaximumScratchLength {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_MaximumScratchLength(); public: __property void set_MaximumScratchLength( int value ); |
XAML Attributes Usage | |
---|---|
<object MaximumScratchLength =int > |
Dependency Property Information | |
---|---|
Identifier field | MaximumScratchLengthProperty |
Metadata properties set to true | None |
Return Value
Maximum scratch line length, in pixels. Its minimum value is 2.For XAML example, refer to AgingCommandBitmapEffect.
For C#/VB examples, refer to AgingCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003