Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Maximum Property
See Also 
Leadtools.Windows.Media.Effects.Effects Namespace > BinaryFilterCommandBitmapEffect Class : Maximum Property





Gets or sets a value indicating whether this BinaryFilterCommandBitmapEffect is maximum.

Syntax

Visual Basic (Declaration) 
Public Property Maximum As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BinaryFilterCommandBitmapEffect
Dim value As Boolean
 
instance.Maximum = value
 
value = instance.Maximum
C# 
public bool Maximum {get; set;}
C++/CLI 
public:
property bool Maximum {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object Maximum =bool >

Dependencies Property Information 

Identifier field

MaximumProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Maximum =bool >

Dependencies Property Information 

Identifier field

MaximumProperty

Metadata properties set to true

None

Return Value

true if maximum; otherwise, false.

Example

For XAML example, refer to BinaryFilterCommandBitmapEffect.

For C#/VB examples, refer to BinaryFilterCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also