Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class AnnButtonObject Inherits AnnTextObject Implements IAnnTextObject |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class AnnButtonObject : AnnTextObject, IAnnTextObject |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class AnnButtonObject : public AnnTextObject, IAnnTextObject |
XAML Object Element Usage | |
---|---|
<AnnButtonObject .../> |
XAML Object Element Usage | |
---|---|
<AnnButtonObject .../> |
This example creates a new button object located at (100, 200) and with dimensions 400 X 600 pixels.
Visual Basic | Copy Code |
---|---|
Private Sub AnnButtonObject_AnnButtonObject(ByVal container As AnnContainer, ByVal textString As String) |
C# | Copy Code |
---|---|
private void AnnButtonObject_AnnButtonObject(AnnContainer container, string textString) |
XAML | Copy Code |
---|---|
<Window x:Class="WPFSamples.AnnButtonObject" Title="Leadtools.Windows.Annotations" Height="600" Width="800" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Leadtools_Windows_Annotations="clr-namespace:Leadtools.Windows.Annotations;assembly=Leadtools.Windows.Annotations"> |
The AnnButtonObject class inherits the the AnnTextObject class, which implements the IAnnTextObject interface. For more information, refer to Using Text in WPF Annotation Objects.
For more information about the button annotation object refer to AnnButtonObject for WPF. For more information about the automated annotation button object, refer to WPF Annotation Objects - Automated Features.
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.AnnTextObject
Leadtools.Windows.Annotations.AnnButtonObject
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family