LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

DefaultRtf Property






Gets or sets the default rich text to be used with new AnnRichTextObject objects. .NET support
Syntax
public virtual string DefaultRtf {get; set;}
'Declaration
 
Public Overridable Property DefaultRtf As String
'Usage
 
Dim instance As AnnRichTextDrawDesigner
Dim value As String
 
instance.DefaultRtf = value
 
value = instance.DefaultRtf
public virtual string DefaultRtf {get; set;}
 get_DefaultRtf();
set_DefaultRtf(value);
public:
virtual property String^ DefaultRtf {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that represents the default rich text.
Example

For C#/VB examples, refer to AnnRichTextDrawDesigner.

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

AnnRichTextDrawDesigner Class
AnnRichTextDrawDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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