ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DataStream Class / CanSeek Property

In This Topic
    CanSeek Property
    In This Topic
    Gets a value indicating whether the current stream supports seeking.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanSeek As System.Boolean
    public override System.bool CanSeek {get;}

    Property Value

    Always true.
    See Also