Visual Basic (Declaration) | |
---|---|
Public Property Maximum As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Maximum {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_Maximum(); public: __property void set_Maximum( bool value ); |
XAML Attributes Usage | |
---|---|
<object Maximum =bool > |
Dependency Property Information | |
---|---|
Identifier field | MaximumProperty |
Metadata properties set to true | None |
Return Value
true
if maximum; otherwise, false
.For XAML example, refer to BinaryFilterCommandBitmapEffect.
For C#/VB examples, refer to BinaryFilterCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003