Version

TexturePresets Enumeration

Enumeration for selecting a texture.
Syntax
'Declaration
 
Public Enum TexturePresets 
   Inherits System.Enum
public enum TexturePresets : System.Enum 
Members
MemberDescription
ArrowTiled arrow texture.
BarsA texture made up of bars.
BlocksLarge uneven stacked block texture.
BoxesSmall uneven boxes texture.
ButtonTiled button texture.
CanvasA texture resembling canvas.
CarpetA texture resembling carpet.
CircleA texture made up of small circles.
CloudTiled cloudy texture.
CrackleA texture resembling tinfoil or a crumpled surface.
CrownJewelsAbstract design texture resembling a crown.
CustomImageWhen CustomImage is selected, use the FillImage or CustomImage property to specify an image to generate a texture from.
DarkGrainDark grain texture.
DiamondsSharp tiled diamond texture.
EyeA texture resembling an eye.
FabricAFabric texture A.
FabricBFabric texture B.
GrainAGrain texture A.
GrainBGrain texture B.
GrainCGrain texture C.
GrateGrate texture.
HorizontalHorizontally stacked texture.
LightGrainLight grain texture.
MetalCurtainsA texture resembling metal curtains.
MoltenRockA texture resembling molten rock.
NeedlesA texture comprised of diagonal needles.
NubsNub texture.
PaperTowelA texture resembling paper towels.
RingsA texture comprised of rings.
SpeckleSpeckle texture.
StaplesA texture resembling staples.
TreeRootsA texture resembling tree roots.
TVStaticA texture resembling TV static.
TwirlATwirled texture A.
TwirlBTwirled texture B.
VagueIndescribable texture.
VerticalVertically stacked texture.
WeaveWeaved texture.
WoodWood texture.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also