Open.Core.Spacing.SetValue C# (CSharp) Method

SetValue() public method

Sets the value for the specified edge.
public SetValue ( Edge edge, int value ) : void
edge Edge The edge to write the value for.
value int The edge value.
return void
        public void SetValue(Edge edge, int value) { PropertyRefFromEdge(edge).Value = value; }