Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class AnnRubberStampObject Inherits AnnRectangleObject |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class AnnRubberStampObject : AnnRectangleObject |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class AnnRubberStampObject : public AnnRectangleObject |
XAML Object Element Usage | |
---|---|
<AnnRubberStampObject .../> |
XAML Object Element Usage | |
---|---|
<AnnRubberStampObject .../> |
For XAML example, refer to AnnGroupObject.
This example creates a new rubber stamp, and then addes it to the container.
Visual Basic | Copy Code |
---|---|
Private Sub AnnRubberStampObject_AnnRubberStampObject(ByVal container As AnnContainer) |
C# | Copy Code |
---|---|
private void AnnRubberStampObject_AnnRubberStampObject(AnnContainer container) |
For information regarding default text strings used throughout the user interface in the automated mode, including information on how to override them, refer to Localization of LEADTOOLS for .NET WPF Annotations Automation
///For more information about the rubber stamp annotation object refer to AnnRubberStampObject for WPF. For more information about the automated rubber stamp annotation object, refer to WPF Annotation Objects - Automated Features and WPF Automated Annotations - Stamp Picture Tab.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
Leadtools.Windows.Annotations.AnnObjectBase
Leadtools.Windows.Annotations.AnnRectangleObject
Leadtools.Windows.Annotations.AnnRubberStampObject
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family