Visual Basic (Declaration) | |
---|---|
Public Property ShowPicture As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool ShowPicture {get; set;} |
XAML Attributes Usage | |
---|---|
<object ShowPicture=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Attributes Usage | |
---|---|
<object ShowPicture=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
Return Value
true to show the picture in Picture; otherwise, draw the ellipse.For XAML example, refer to AnnPointObject.
For C#/VB examples, refer to AnnPointObject.
The AnnPointObject works in two ways: If the value of ShowPicture is true; this object will draw the picture in Picture with CenterPoint as the center point. AnnObjectBase.Stroke, AnnObjectBase.Fill and Radius will be ignored. If ShowPicture is false; this object will draw an ellipse using AnnObjectBase.Stroke, AnnObjectBase.Fill and Radius around CenterPoint.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family