ImageLibrary.IsCaching 属性

定义

指示库是否正在缓存其内容

public:
 property bool IsCaching { bool get(); };
public:
 property bool IsCaching { bool get(); };
public bool IsCaching { get; }
member this.IsCaching : bool
Public ReadOnly Property IsCaching As Boolean

属性值

Boolean

如果库要缓存其内容,则为 True; 否则为 false。

适用于