ExcelShapeFillTexture.CustomTexturePicture Property
Gets or sets the interior custom texture. This property has effect only if the TextureType is CustomTexture.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 12.0.0
public Image CustomTexturePicture { get; set; }
Public Property CustomTexturePicture As Image
Get
Set
public:
property Image^ CustomTexturePicture {
Image^ get ();
void set (Image^ value);
}
member CustomTexturePicture : Image with get, set
Property Value
Image