LEADTOOLS WinRT (Leadtools.Annotations.Automation)
LEAD Technologies, Inc

AnnPropertyInfo Constructor (AnnPropertyInfo)


The property name.
true if the new AnnPropertyInfo represents a read-only property.
The current value of the property.
The property category.
A string description of the property.
Display name of the property.
true if the property should be visible to end users.
The type of an object that implements the IAnnEditor interface and should be used to edit the property.
Initializes a new AnnPropertyInfo with the specified values. WinRT support
Syntax
public AnnPropertyInfo( 
   string propertyName,
   bool readOnly,
   object value,
   string category,
   string description,
   string displayName,
   bool visible,
   Windows.UI.Xaml.Interop.TypeName editorType
)
function AnnPropertyInfo( 
   propertyName ,
   readOnly ,
   value ,
   category ,
   description ,
   displayName ,
   visible ,
   editorType 
)

Parameters

propertyName
The property name.
readOnly
true if the new AnnPropertyInfo represents a read-only property.
value
The current value of the property.
category
The property category.
description
A string description of the property.
displayName
Display name of the property.
visible
true if the property should be visible to end users.
editorType
The type of an object that implements the IAnnEditor interface and should be used to edit the property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPropertyInfo Class
AnnPropertyInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.