ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / VertexBufferProperties Class / Data Property

In This Topic
    Data Property (VertexBufferProperties)
    In This Topic
    The initial contents of the vertex buffer.
    Syntax
    'Declaration
     
    Public Property Data As DataStream
    public DataStream Data {get; set;}
    See Also