[Missing <summary> documentation for "P:PolyFramework.PFFace.Cell"]
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic PFCell Cell { get; set; }Public Property Cell As PFCell
Get
Set
public:
property PFCell^ Cell {
PFCell^ get ();
void set (PFCell^ value);
}member Cell : PFCell with get, set
Property Value
Type:
PFCell
See Also