MindFusion.Wpf Pack Programmer's Guide
Shape.DatabaseRow Property
See Also
 





Gets the DBF database row associated with this Shape.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Row DatabaseRow { get; set; }

Visual Basic  Copy Code

Public Property DatabaseRow As Row

 Property Value

A Row instance.

 Remarks

This property is set if the loadDatabase argument of the LoadFromFile method is set to true.

 See Also

Shape Members
Shape Class
MindFusion.Mapping Namespace