The index
The X coordinate dependency property, either X1Property or X2Property
The Y coordinate dependency property, either Y1Property or Y2Property
GetPropertiesFromIndex Method (HorizontalLineAnnotation)
Used internally to derive the X1Property, Y1Property, X1Property, Y2Property pair for the given index around the annotation.. e.g. index 0 returns X1,Y1 index 1 returns X2,Y1 index 2 returns X2,Y2 index 3 returns X1,Y2
Syntax
protected override void GetPropertiesFromIndex( 
   int index,
   out DependencyProperty X,
   out DependencyProperty Y
)

Parameters

index
The index
X
The X coordinate dependency property, either X1Property or X2Property
Y
The Y coordinate dependency property, either Y1Property or Y2Property
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