Windward Engine API Reference
TagStyle Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : TagStyle Property




Glossary Item Box

The style unprocessed tags are written out as.

Syntax

Visual Basic (Declaration) 
Public Property TagStyle As Report.TAG_STYLE
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Report.TAG_STYLE
 
instance.TagStyle = value
 
value = instance.TagStyle
C# 
public Report.TAG_STYLE TagStyle {get; set;}
Managed Extensions for C++ 
public: __property Report.TAG_STYLE get_TagStyle();
public: __property void set_TagStyle( 
   Report.TAG_STYLE value
);
C++/CLI 
public:
property Report.TAG_STYLE TagStyle {
   Report.TAG_STYLE get();
   void set (    Report.TAG_STYLE value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.