Beispiel #1
0
 public GeoShapePropertyDescriptor <T> Orientation(GeoOrientation orientation) => Assign(a => a.Orientation = orientation);
Beispiel #2
0
 public GeoShapeMappingDescriptor <T> Orientation(GeoOrientation orientation)
 {
     this._Mapping.Orientation = orientation;
     return(this);
 }