VertexPadding

EmfVertexData.VertexPadding property

Gets or sets an optional variable-length array of nTri times four bytes that MUST be present if the value of the ulMode field indicates GradientRectangle objects (section 2.2.7). If the value of the ulMode field indicates GradientTriangle objects (section 2.2.8), no VertexPadding is present. This field MUST be ignored.

public byte[] VertexPadding { get; set; }

See Also