←Select platform

Maximum Property

Summary

Gets or sets the maximum value.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Maximum", IsRequired=true)] 
public bool Maximum { get; set; } 
  
<DataMemberAttribute(Name="Maximum", IsRequired=True)> 
Public Property Maximum As Boolean 
[DataMemberAttribute(Name="Maximum", IsRequired=true)] 
public: 
property bool Maximum { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Maximum value.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly