←Select platform

Fields Property

Summary

The collection of OmrBubble objects associated with this OmrCollection.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public Collection<OmrBubble> Fields { get; set; } 
<DataMemberAttribute()>  
Public Property Fields() As Collection(Of OmrBubble) 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property Collection<OmrBubble^>^ Fields 
   { 
      Collection<OmrBubble^>^ get() 
      void set(Collection<OmrBubble^>^ value) 
   } 

Property Value

A collection of OmrBubble objects associated with this OmrCollection. The default value is null.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.