Property | Type | Description | |
---|---|---|---|
calloutText | string | ||
r | System.Windows.Shapes.Rectangle | ||
rText | System.Windows.Controls.Label | ||
type | string | ||
xpos | double | ||
ypos | double |
Method | Description | |
---|---|---|
Create ( double x, double y, string typ, string text ) : void | ||
Render ( System.Windows.Controls.Canvas _parent ) : void |
Method | Description | |
---|---|---|
rText_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
rText_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void | ||
rText_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
public Create ( double x, double y, string typ, string text ) : void | ||
x | double | |
y | double | |
typ | string | |
text | string | |
return | void |
public Render ( System.Windows.Controls.Canvas _parent ) : void | ||
_parent | System.Windows.Controls.Canvas | |
return | void |
public Label,System.Windows.Controls rText | ||
return | System.Windows.Controls.Label |