The IsPushed Property supports WPF/Silverlight.
The IsPushed Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the state of this AnnButtonObject object. This is a dependency property.| Visual Basic (Declaration) | |
|---|---|
Public Property IsPushed As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnButtonObject Dim value As Boolean instance.IsPushed = value value = instance.IsPushed | |
| C# | |
|---|---|
public bool IsPushed {get; set;} | |
Property Value
true if this AnnButtonObject object is in the pushed state; false otherwise.For XAML example, refer to AnnButtonObject.
For C#/VB examples, refer to AnnButtonObject.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code